#0F4B66

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

Shades of Astronaut Blue #0F4B66

Tints of Astronaut Blue #0F4B66

Color information

#0F4B66 (or 0x0F4B66) is unknown color: approx Astronaut Blue. HEX triplet: 0F, 4B and 66. RGB value is (15,75,102). Sum of RGB (Red+Green+Blue) = 15+75+102=192 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.81% from 192); Green value is 75 (29.69% from 255 or 39.06% from 192); Blue value is 102 (40.23% from 255 or 53.12% from 192); Max value from RGB is 102 - color contains mainly: blue. Hex color #0F4B66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F4B66 is #F0B499. Grayscale: #3B3B3B. Windows color (decimal): -15774874 or 6703887. OLE color: 6703887.

HSL color Cylindrical-coordinate representation of color #0F4B66: hue angle of 198.62º 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 #0F4B66 is Cyan = 0.85, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB1575102-
CMYK0.850.2600.6
HSL198.62º74.36%22.94%-
HSV(B)198.62º85.29%40%-
XYZ5.116.0913.48-
YUV60.14151.6295.8-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.81%
GREEN value IS 75 (29.69% from 255) = 39.06%
BLUE value IS 102 (40.23% from 255) = 53.12%
R=7.81%
G=39.06%
B=53.12%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal15751020.850.2600.6198.6274.3622.94
HexF4B66551A03Cc74a17
Octal171131461253207430711227
Binary111110010111100110101010111010011110011000111100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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