#0F4463

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

Shades of Astronaut Blue #0F4463

Tints of Astronaut Blue #0F4463

Color information

#0F4463 (or 0x0F4463) is unknown color: approx Astronaut Blue. HEX triplet: 0F, 44 and 63. RGB value is (15,68,99). Sum of RGB (Red+Green+Blue) = 15+68+99=182 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.24% from 182); Green value is 68 (26.95% from 255 or 37.36% from 182); Blue value is 99 (39.06% from 255 or 54.40% from 182); Max value from RGB is 99 - color contains mainly: blue. Hex color #0F4463 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F4463 is #F0BB9C. Grayscale: #373737. Windows color (decimal): -15776669 or 6505487. OLE color: 6505487.

HSL color Cylindrical-coordinate representation of color #0F4463: hue angle of 202.14º degrees, saturation: 0.74, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F4463 is Cyan = 0.85, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB156899-
CMYK0.850.3100.61
HSL202.14º73.68%22.35%-
HSV(B)202.14º84.85%38.82%-
XYZ4.525.1412.56-
YUV55.69152.4498.98-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.24%
GREEN value IS 68 (26.95% from 255) = 37.36%
BLUE value IS 99 (39.06% from 255) = 54.40%
R=8.24%
G=37.36%
B=54.40%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1568990.850.3100.61202.1473.6822.35
HexF4463551F03Dca4a16
Octal171041431253707531211226
Binary111110001001100011101010111111011110111001010100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,68,99); }

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

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

 a { background-color: rgb(15,68,99); }

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

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

 span { border-color: rgb(15,68,99); }

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