#0F4966

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

Shades of Astronaut Blue #0F4966

Tints of Astronaut Blue #0F4966

Color information

#0F4966 (or 0x0F4966) is unknown color: approx Astronaut Blue. HEX triplet: 0F, 49 and 66. RGB value is (15,73,102). Sum of RGB (Red+Green+Blue) = 15+73+102=190 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.89% from 190); Green value is 73 (28.91% from 255 or 38.42% from 190); Blue value is 102 (40.23% from 255 or 53.68% from 190); Max value from RGB is 102 - color contains mainly: blue. Hex color #0F4966 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F4966 is #F0B699. Grayscale: #3A3A3A. Windows color (decimal): -15775386 or 6703375. OLE color: 6703375.

HSL color Cylindrical-coordinate representation of color #0F4966: hue angle of 200º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F4966 is Cyan = 0.85, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB1573102-
CMYK0.850.2800.6
HSL200º74.36%22.94%-
HSV(B)200º85.29%40%-
XYZ4.985.8313.43-
YUV58.96152.2896.64-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.89%
GREEN value IS 73 (28.91% from 255) = 38.42%
BLUE value IS 102 (40.23% from 255) = 53.68%
R=7.89%
G=38.42%
B=53.68%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal15731020.850.2800.620074.3622.94
HexF4966551C03Cc84a17
Octal171111461253407431011227
Binary111110010011100110101010111100011110011001000100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,73,102); }

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

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

 a { background-color: rgb(15,73,102); }

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

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

 span { border-color: rgb(15,73,102); }

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