#0F4559

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

Shades of Astronaut Blue #0F4559

Tints of Astronaut Blue #0F4559

Color information

#0F4559 (or 0x0F4559) is unknown color: approx Astronaut Blue. HEX triplet: 0F, 45 and 59. RGB value is (15,69,89). Sum of RGB (Red+Green+Blue) = 15+69+89=173 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.67% from 173); Green value is 69 (27.34% from 255 or 39.88% from 173); Blue value is 89 (35.16% from 255 or 51.45% from 173); Max value from RGB is 89 - color contains mainly: blue. Hex color #0F4559 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F4559 is #F0BAA6. Grayscale: #373737. Windows color (decimal): -15776423 or 5850383. OLE color: 5850383.

HSL color Cylindrical-coordinate representation of color #0F4559: hue angle of 196.22º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0F4559 is Cyan = 0.83, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB156989-
CMYK0.830.2200.65
HSL196.22º71.15%20.39%-
HSV(B)196.22º83.15%34.9%-
XYZ4.135.0810.21-
YUV55.13147.1199.37-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.67%
GREEN value IS 69 (27.34% from 255) = 39.88%
BLUE value IS 89 (35.16% from 255) = 51.45%
R=8.67%
G=39.88%
B=51.45%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1569890.830.2200.65196.2271.1520.39
HexF45595316041c44714
Octal1710513112326010130410724
Binary1111100010110110011010011101100100000111000100100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,69,89); }

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

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

 a { background-color: rgb(15,69,89); }

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

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

 span { border-color: rgb(15,69,89); }

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