#0F4D65

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

Shades of Astronaut Blue #0F4D65

Tints of Astronaut Blue #0F4D65

Color information

#0F4D65 (or 0x0F4D65) is unknown color: approx Astronaut Blue. HEX triplet: 0F, 4D and 65. RGB value is (15,77,101). Sum of RGB (Red+Green+Blue) = 15+77+101=193 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.77% from 193); Green value is 77 (30.47% from 255 or 39.90% from 193); Blue value is 101 (39.84% from 255 or 52.33% from 193); Max value from RGB is 101 - color contains mainly: blue. Hex color #0F4D65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F4D65 is #F0B29A. Grayscale: #3D3D3D. Windows color (decimal): -15774363 or 6638863. OLE color: 6638863.

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

Color convert

RGB1577101-
CMYK0.850.2400.60
HSL196.74º74.14%22.75%-
HSV(B)196.74º85.15%39.61%-
XYZ5.26.3513.26-
YUV61.2150.4695.05-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.77%
GREEN value IS 77 (30.47% from 255) = 39.90%
BLUE value IS 101 (39.84% from 255) = 52.33%
R=7.77%
G=39.90%
B=52.33%

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
Decimal15771010.850.2400.60196.7474.1422.75
HexF4D65551803Cc54a17
Octal171151451253007430511227
Binary111110011011100101101010111000011110011000101100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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