#0f4867

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

Shades of Astronaut Blue #0F4867

Tints of Astronaut Blue #0F4867

Color information

#0F4867 (or 0x0F4867) is unknown color: approx Astronaut Blue. HEX triplet: 0F, 48 and 67. RGB value is (15,72,103). Sum of RGB (Red+Green+Blue) = 15+72+103=190 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.89% from 190); Green value is 72 (28.52% from 255 or 37.89% from 190); Blue value is 103 (40.62% from 255 or 54.21% from 190); Max value from RGB is 103 - color contains mainly: blue. Hex color #0F4867 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F4867 is #F0B798. Grayscale: #3A3A3A. Windows color (decimal): -15775641 or 6768655. OLE color: 6768655.

HSL color Cylindrical-coordinate representation of color #0F4867: hue angle of 201.14º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F4867 is Cyan = 0.85, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB1572103-
CMYK0.850.3000.60
HSL201.14º74.58%23.14%-
HSV(B)201.14º85.44%40.39%-
XYZ4.965.7213.67-
YUV58.49153.1296.98-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.89%
GREEN value IS 72 (28.52% from 255) = 37.89%
BLUE value IS 103 (40.62% from 255) = 54.21%
R=7.89%
G=37.89%
B=54.21%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal15721030.850.3000.60201.1474.5823.14
HexF4867551E03Cc94b17
Octal171101471253607431111327
Binary111110010001100111101010111110011110011001001100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0f4867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,72,103); }

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

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

 a { background-color: rgb(15,72,103); }

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

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

 span { border-color: rgb(15,72,103); }

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