#0F4D67

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

Shades of Astronaut Blue #0F4D67

Tints of Astronaut Blue #0F4D67

Color information

#0F4D67 (or 0x0F4D67) is unknown color: approx Astronaut Blue. HEX triplet: 0F, 4D and 67. RGB value is (15,77,103). Sum of RGB (Red+Green+Blue) = 15+77+103=195 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.69% from 195); Green value is 77 (30.47% from 255 or 39.49% from 195); Blue value is 103 (40.62% from 255 or 52.82% from 195); Max value from RGB is 103 - color contains mainly: blue. Hex color #0F4D67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F4D67 is #F0B298. Grayscale: #3D3D3D. Windows color (decimal): -15774361 or 6769935. OLE color: 6769935.

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

Color convert

RGB1577103-
CMYK0.850.2500.60
HSL197.73º74.58%23.14%-
HSV(B)197.73º85.44%40.39%-
XYZ5.36.3913.79-
YUV61.43151.4694.89-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.69%
GREEN value IS 77 (30.47% from 255) = 39.49%
BLUE value IS 103 (40.62% from 255) = 52.82%
R=7.69%
G=39.49%
B=52.82%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal15771030.850.2500.60197.7374.5823.14
HexF4D67551903Cc64b17
Octal171151471253107430611327
Binary111110011011100111101010111001011110011000110100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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