#0F4660

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

Shades of Astronaut Blue #0F4660

Tints of Astronaut Blue #0F4660

Color information

#0F4660 (or 0x0F4660) is unknown color: approx Astronaut Blue. HEX triplet: 0F, 46 and 60. RGB value is (15,70,96). Sum of RGB (Red+Green+Blue) = 15+70+96=181 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.29% from 181); Green value is 70 (27.73% from 255 or 38.67% from 181); Blue value is 96 (37.89% from 255 or 53.04% from 181); Max value from RGB is 96 - color contains mainly: blue. Hex color #0F4660 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F4660 is #F0B99F. Grayscale: #383838. Windows color (decimal): -15776160 or 6309391. OLE color: 6309391.

HSL color Cylindrical-coordinate representation of color #0F4660: hue angle of 199.26º 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 #0F4660 is Cyan = 0.84, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB157096-
CMYK0.840.2700.62
HSL199.26º72.97%21.76%-
HSV(B)199.26º84.38%37.65%-
XYZ4.55.3311.86-
YUV56.52150.2898.39-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.29%
GREEN value IS 70 (27.73% from 255) = 38.67%
BLUE value IS 96 (37.89% from 255) = 53.04%
R=8.29%
G=38.67%
B=53.04%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1570960.840.2700.62199.2672.9721.76
HexF4660541B03Ec74916
Octal171061401243307630711126
Binary111110001101100000101010011011011111011000111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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