#0F4257

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

Shades of Astronaut Blue #0F4257

Tints of Astronaut Blue #0F4257

Color information

#0F4257 (or 0x0F4257) is unknown color: approx Astronaut Blue. HEX triplet: 0F, 42 and 57. RGB value is (15,66,87). Sum of RGB (Red+Green+Blue) = 15+66+87=168 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.93% from 168); Green value is 66 (26.17% from 255 or 39.29% from 168); Blue value is 87 (34.38% from 255 or 51.79% from 168); Max value from RGB is 87 - color contains mainly: blue. Hex color #0F4257 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F4257 is #F0BDA8. Grayscale: #353535. Windows color (decimal): -15777193 or 5718543. OLE color: 5718543.

HSL color Cylindrical-coordinate representation of color #0F4257: hue angle of 197.5º degrees, saturation: 0.71, 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 #0F4257 is Cyan = 0.83, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB156687-
CMYK0.830.2400.66
HSL197.5º70.59%20%-
HSV(B)197.5º82.76%34.12%-
XYZ3.874.699.72-
YUV53.14147.1100.79-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.93%
GREEN value IS 66 (26.17% from 255) = 39.29%
BLUE value IS 87 (34.38% from 255) = 51.79%
R=8.93%
G=39.29%
B=51.79%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1566870.830.2400.66197.570.5920
HexF42575318042c64714
Octal1710212712330010230610724
Binary1111100001010101111010011110000100001011000110100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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