#0F4254

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

Shades of Astronaut Blue #0F4254

Tints of Astronaut Blue #0F4254

Color information

#0F4254 (or 0x0F4254) is unknown color: approx Astronaut Blue. HEX triplet: 0F, 42 and 54. RGB value is (15,66,84). Sum of RGB (Red+Green+Blue) = 15+66+84=165 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.09% from 165); Green value is 66 (26.17% from 255 or 40% from 165); Blue value is 84 (33.20% from 255 or 50.91% from 165); Max value from RGB is 84 - color contains mainly: blue. Hex color #0F4254 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F4254 is #F0BDAB. Grayscale: #343434. Windows color (decimal): -15777196 or 5521935. OLE color: 5521935.

HSL color Cylindrical-coordinate representation of color #0F4254: hue angle of 195.65º degrees, saturation: 0.7, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0F4254 is Cyan = 0.82, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB156684-
CMYK0.820.2100.67
HSL195.65º69.7%19.41%-
HSV(B)195.65º82.14%32.94%-
XYZ3.754.649.09-
YUV52.8145.6101.04-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.09%
GREEN value IS 66 (26.17% from 255) = 40%
BLUE value IS 84 (33.20% from 255) = 50.91%
R=9.09%
G=40%
B=50.91%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1566840.820.2100.67195.6569.719.41
HexF42545215043c44613
Octal1710212412225010330410623
Binary1111100001010101001010010101010100001111000100100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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