#0F415B

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

Shades of Astronaut Blue #0F415B

Tints of Astronaut Blue #0F415B

Color information

#0F415B (or 0x0F415B) is unknown color: approx Astronaut Blue. HEX triplet: 0F, 41 and 5B. RGB value is (15,65,91). Sum of RGB (Red+Green+Blue) = 15+65+91=171 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.77% from 171); Green value is 65 (25.78% from 255 or 38.01% from 171); Blue value is 91 (35.94% from 255 or 53.22% from 171); Max value from RGB is 91 - color contains mainly: blue. Hex color #0F415B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F415B is #F0BEA4. Grayscale: #343434. Windows color (decimal): -15777445 or 5980431. OLE color: 5980431.

HSL color Cylindrical-coordinate representation of color #0F415B: hue angle of 200.53º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0F415B is Cyan = 0.84, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB156591-
CMYK0.840.2900.64
HSL200.53º71.7%20.78%-
HSV(B)200.53º83.52%35.69%-
XYZ3.984.6410.58-
YUV53.01149.44100.89-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.77%
GREEN value IS 65 (25.78% from 255) = 38.01%
BLUE value IS 91 (35.94% from 255) = 53.22%
R=8.77%
G=38.01%
B=53.22%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1565910.840.2900.64200.5371.720.78
HexF415B541D040c94815
Octal1710113312435010031111025
Binary1111100000110110111010100111010100000011001001100100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F415B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,65,91); }

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

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

 a { background-color: rgb(15,65,91); }

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

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

 span { border-color: rgb(15,65,91); }

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