#0F4157

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

Shades of Astronaut Blue #0F4157

Tints of Astronaut Blue #0F4157

Color information

#0F4157 (or 0x0F4157) is unknown color: approx Astronaut Blue. HEX triplet: 0F, 41 and 57. RGB value is (15,65,87). Sum of RGB (Red+Green+Blue) = 15+65+87=167 (22% of max value = 765). Red value is 15 (6.25% from 255 or 8.98% from 167); Green value is 65 (25.78% from 255 or 38.92% from 167); Blue value is 87 (34.38% from 255 or 52.10% from 167); Max value from RGB is 87 - color contains mainly: blue. Hex color #0F4157 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F4157 is #F0BEA8. Grayscale: #343434. Windows color (decimal): -15777449 or 5718287. OLE color: 5718287.

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

Color convert

RGB156587-
CMYK0.830.2500.66
HSL198.33º70.59%20%-
HSV(B)198.33º82.76%34.12%-
XYZ3.814.579.7-
YUV52.56147.44101.21-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.98%
GREEN value IS 65 (25.78% from 255) = 38.92%
BLUE value IS 87 (34.38% from 255) = 52.10%
R=8.98%
G=38.92%
B=52.10%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1565870.830.2500.66198.3370.5920
HexF41575319042c64714
Octal1710112712331010230610724
Binary1111100000110101111010011110010100001011000110100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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