#0F5069

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

Shades of Astronaut Blue #0F5069

Tints of Astronaut Blue #0F5069

Color information

#0F5069 (or 0x0F5069) is unknown color: approx Astronaut Blue. HEX triplet: 0F, 50 and 69. RGB value is (15,80,105). Sum of RGB (Red+Green+Blue) = 15+80+105=200 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.5% from 200); Green value is 80 (31.64% from 255 or 40% from 200); Blue value is 105 (41.41% from 255 or 52.5% from 200); Max value from RGB is 105 - color contains mainly: blue. Hex color #0F5069 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F5069 is #F0AF96. Grayscale: #3F3F3F. Windows color (decimal): -15773591 or 6901775. OLE color: 6901775.

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

Color convert

RGB1580105-
CMYK0.860.2400.59
HSL196.67º75%23.53%-
HSV(B)196.67º85.71%41.18%-
XYZ5.626.8614.39-
YUV63.41151.4793.47-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.5%
GREEN value IS 80 (31.64% from 255) = 40%
BLUE value IS 105 (41.41% from 255) = 52.5%
R=7.5%
G=40%
B=52.5%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal15801050.860.2400.59196.677523.53
HexF5069561803Bc54b18
Octal171201511263007330511330
Binary111110100001101001101011011000011101111000101100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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