#0F4360

Color #0F4360 Astronaut Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astronaut Blue #0F4360

Tints of Astronaut Blue #0F4360

Color information

#0F4360 (or 0x0F4360) is unknown color: approx Astronaut Blue. HEX triplet: 0F, 43 and 60. RGB value is (15,67,96). Sum of RGB (Red+Green+Blue) = 15+67+96=178 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.43% from 178); Green value is 67 (26.56% from 255 or 37.64% from 178); Blue value is 96 (37.89% from 255 or 53.93% from 178); Max value from RGB is 96 - color contains mainly: blue. Hex color #0F4360 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F4360 is #F0BC9F. Grayscale: #363636. Windows color (decimal): -15776928 or 6308623. OLE color: 6308623.

HSL color Cylindrical-coordinate representation of color #0F4360: hue angle of 201.48º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0F4360 is Cyan = 0.84, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB156796-
CMYK0.840.3000.62
HSL201.48º72.97%21.76%-
HSV(B)201.48º84.38%37.65%-
XYZ4.324.9611.8-
YUV54.76151.2799.64-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 15 (6.25% from 255) = 8.43%
GREEN value IS 67 (26.56% from 255) = 37.64%
BLUE value IS 96 (37.89% from 255) = 53.93%
R=8.43%
G=37.64%
B=53.93%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1567960.840.3000.62201.4872.9721.76
HexF4360541E03Ec94916
Octal171031401243607631111126
Binary111110000111100000101010011110011111011001001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0F4360; }

 p { color: rgb(15,67,96); }

 H1.HeaderClassName
 {
   color: #0F4360;
 }
 .AnyTagClassName
 {
   color: #0F4360;
 }
</style>
background-color css

<style>
 a { background-color: #0F4360; }

 a { background-color: rgb(15,67,96); }

 div.DivClassName
 {
   background-color: #0F4360;
 }
 .BgClassName
 {
   background-color: #0F4360;
 }
</style>
border-color css

<style>
 span { border-color: #0F4360; }

 span { border-color: rgb(15,67,96); }

 td.TdClassName
 {
   border-color: #0F4360;
 }
 .TagClassName
 {
   border-color: #0F4360;
 }
</style>