#0F4759

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

Shades of Astronaut Blue #0F4759

Tints of Astronaut Blue #0F4759

Color information

#0F4759 (or 0x0F4759) is unknown color: approx Astronaut Blue. HEX triplet: 0F, 47 and 59. RGB value is (15,71,89). Sum of RGB (Red+Green+Blue) = 15+71+89=175 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.57% from 175); Green value is 71 (28.12% from 255 or 40.57% from 175); Blue value is 89 (35.16% from 255 or 50.86% from 175); Max value from RGB is 89 - color contains mainly: blue. Hex color #0F4759 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F4759 is #F0B8A6. Grayscale: #383838. Windows color (decimal): -15775911 or 5850895. OLE color: 5850895.

HSL color Cylindrical-coordinate representation of color #0F4759: hue angle of 194.59º 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 #0F4759 is Cyan = 0.83, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB157189-
CMYK0.830.2000.65
HSL194.59º71.15%20.39%-
HSV(B)194.59º83.15%34.9%-
XYZ4.255.3310.26-
YUV56.31146.4598.54-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.57%
GREEN value IS 71 (28.12% from 255) = 40.57%
BLUE value IS 89 (35.16% from 255) = 50.86%
R=8.57%
G=40.57%
B=50.86%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1571890.830.2000.65194.5971.1520.39
HexF47595314041c34714
Octal1710713112324010130310724
Binary1111100011110110011010011101000100000111000011100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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