#0F4F69

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

Shades of Astronaut Blue #0F4F69

Tints of Astronaut Blue #0F4F69

Color information

#0F4F69 (or 0x0F4F69) is unknown color: approx Astronaut Blue. HEX triplet: 0F, 4F and 69. RGB value is (15,79,105). Sum of RGB (Red+Green+Blue) = 15+79+105=199 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.54% from 199); Green value is 79 (31.25% from 255 or 39.70% from 199); Blue value is 105 (41.41% from 255 or 52.76% from 199); Max value from RGB is 105 - color contains mainly: blue. Hex color #0F4F69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F4F69 is #F0B096. Grayscale: #3E3E3E. Windows color (decimal): -15773847 or 6901519. OLE color: 6901519.

HSL color Cylindrical-coordinate representation of color #0F4F69: hue angle of 197.33º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F4F69 is Cyan = 0.86, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1579105-
CMYK0.860.2500.59
HSL197.33º75%23.53%-
HSV(B)197.33º85.71%41.18%-
XYZ5.546.7114.37-
YUV62.83151.893.89-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.54%
GREEN value IS 79 (31.25% from 255) = 39.70%
BLUE value IS 105 (41.41% from 255) = 52.76%
R=7.54%
G=39.70%
B=52.76%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal15791050.860.2500.59197.337523.53
HexF4F69561903Bc54b18
Octal171171511263107330511330
Binary111110011111101001101011011001011101111000101100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,79,105); }

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

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

 a { background-color: rgb(15,79,105); }

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

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

 span { border-color: rgb(15,79,105); }

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