#0F4466

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

Shades of Astronaut Blue #0F4466

Tints of Astronaut Blue #0F4466

Color information

#0F4466 (or 0x0F4466) is unknown color: approx Astronaut Blue. HEX triplet: 0F, 44 and 66. RGB value is (15,68,102). Sum of RGB (Red+Green+Blue) = 15+68+102=185 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.11% from 185); Green value is 68 (26.95% from 255 or 36.76% from 185); Blue value is 102 (40.23% from 255 or 55.14% from 185); Max value from RGB is 102 - color contains mainly: blue. Hex color #0F4466 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F4466 is #F0BB99. Grayscale: #373737. Windows color (decimal): -15776666 or 6702095. OLE color: 6702095.

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

Color convert

RGB1568102-
CMYK0.850.3300.6
HSL203.45º74.36%22.94%-
HSV(B)203.45º85.29%40%-
XYZ4.665.213.33-
YUV56.03153.9498.74-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.11%
GREEN value IS 68 (26.95% from 255) = 36.76%
BLUE value IS 102 (40.23% from 255) = 55.14%
R=8.11%
G=36.76%
B=55.14%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal15681020.850.3300.6203.4574.3622.94
HexF4466552103Ccb4a17
Octal171041461254107431311227
Binary1111100010011001101010101100001011110011001011100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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