#0F4E67

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

Shades of Astronaut Blue #0F4E67

Tints of Astronaut Blue #0F4E67

Color information

#0F4E67 (or 0x0F4E67) is unknown color: approx Astronaut Blue. HEX triplet: 0F, 4E and 67. RGB value is (15,78,103). Sum of RGB (Red+Green+Blue) = 15+78+103=196 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.65% from 196); Green value is 78 (30.86% from 255 or 39.80% from 196); Blue value is 103 (40.62% from 255 or 52.55% from 196); Max value from RGB is 103 - color contains mainly: blue. Hex color #0F4E67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F4E67 is #F0B198. Grayscale: #3D3D3D. Windows color (decimal): -15774105 or 6770191. OLE color: 6770191.

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

Color convert

RGB1578103-
CMYK0.850.2400.60
HSL197.05º74.58%23.14%-
HSV(B)197.05º85.44%40.39%-
XYZ5.376.5313.81-
YUV62.01151.1394.47-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.65%
GREEN value IS 78 (30.86% from 255) = 39.80%
BLUE value IS 103 (40.62% from 255) = 52.55%
R=7.65%
G=39.80%
B=52.55%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal15781030.850.2400.60197.0574.5823.14
HexF4E67551803Cc54b17
Octal171161471253007430511327
Binary111110011101100111101010111000011110011000101100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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