#0F4960

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

Shades of Astronaut Blue #0F4960

Tints of Astronaut Blue #0F4960

Color information

#0F4960 (or 0x0F4960) is unknown color: approx Astronaut Blue. HEX triplet: 0F, 49 and 60. RGB value is (15,73,96). Sum of RGB (Red+Green+Blue) = 15+73+96=184 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.15% from 184); Green value is 73 (28.91% from 255 or 39.67% from 184); Blue value is 96 (37.89% from 255 or 52.17% from 184); Max value from RGB is 96 - color contains mainly: blue. Hex color #0F4960 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F4960 is #F0B69F. Grayscale: #3A3A3A. Windows color (decimal): -15775392 or 6310159. OLE color: 6310159.

HSL color Cylindrical-coordinate representation of color #0F4960: hue angle of 197.04º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0F4960 is Cyan = 0.84, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB157396-
CMYK0.840.2400.62
HSL197.04º72.97%21.76%-
HSV(B)197.04º84.38%37.65%-
XYZ4.695.7111.92-
YUV58.28149.2897.13-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.15%
GREEN value IS 73 (28.91% from 255) = 39.67%
BLUE value IS 96 (37.89% from 255) = 52.17%
R=8.15%
G=39.67%
B=52.17%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1573960.840.2400.62197.0472.9721.76
HexF4960541803Ec54916
Octal171111401243007630511126
Binary111110010011100000101010011000011111011000101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,73,96); }

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

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

 a { background-color: rgb(15,73,96); }

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

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

 span { border-color: rgb(15,73,96); }

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