#0F4054

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

Shades of Astronaut Blue #0F4054

Tints of Astronaut Blue #0F4054

Color information

#0F4054 (or 0x0F4054) is unknown color: approx Astronaut Blue. HEX triplet: 0F, 40 and 54. RGB value is (15,64,84). Sum of RGB (Red+Green+Blue) = 15+64+84=163 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.20% from 163); Green value is 64 (25.39% from 255 or 39.26% from 163); Blue value is 84 (33.20% from 255 or 51.53% from 163); Max value from RGB is 84 - color contains mainly: blue. Hex color #0F4054 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F4054 is #F0BFAB. Grayscale: #333333. Windows color (decimal): -15777708 or 5521423. OLE color: 5521423.

HSL color Cylindrical-coordinate representation of color #0F4054: hue angle of 197.39º degrees, saturation: 0.7, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0F4054 is Cyan = 0.82, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB156484-
CMYK0.820.2400.67
HSL197.39º69.7%19.41%-
HSV(B)197.39º82.14%32.94%-
XYZ3.634.419.05-
YUV51.63146.27101.87-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.20%
GREEN value IS 64 (25.39% from 255) = 39.26%
BLUE value IS 84 (33.20% from 255) = 51.53%
R=9.20%
G=39.26%
B=51.53%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1564840.820.2400.67197.3969.719.41
HexF40545218043c54613
Octal1710012412230010330510623
Binary1111100000010101001010010110000100001111000101100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,64,84); }

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

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

 a { background-color: rgb(15,64,84); }

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

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

 span { border-color: rgb(15,64,84); }

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