#0F4256

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

Shades of Astronaut Blue #0F4256

Tints of Astronaut Blue #0F4256

Color information

#0F4256 (or 0x0F4256) is unknown color: approx Astronaut Blue. HEX triplet: 0F, 42 and 56. RGB value is (15,66,86). Sum of RGB (Red+Green+Blue) = 15+66+86=167 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.98% from 167); Green value is 66 (26.17% from 255 or 39.52% from 167); Blue value is 86 (33.98% from 255 or 51.50% from 167); Max value from RGB is 86 - color contains mainly: blue. Hex color #0F4256 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F4256 is #F0BDA9. Grayscale: #343434. Windows color (decimal): -15777194 or 5653007. OLE color: 5653007.

HSL color Cylindrical-coordinate representation of color #0F4256: hue angle of 196.9º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0F4256 is Cyan = 0.83, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB156686-
CMYK0.830.2300.66
HSL196.9º70.3%19.8%-
HSV(B)196.9º82.56%33.73%-
XYZ3.824.679.5-
YUV53.03146.6100.87-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.98%
GREEN value IS 66 (26.17% from 255) = 39.52%
BLUE value IS 86 (33.98% from 255) = 51.50%
R=8.98%
G=39.52%
B=51.50%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1566860.830.2300.66196.970.319.8
HexF42565317042c54614
Octal1710212612327010230510624
Binary1111100001010101101010011101110100001011000101100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,66,86); }

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

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

 a { background-color: rgb(15,66,86); }

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

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

 span { border-color: rgb(15,66,86); }

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