#0F445B

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

Shades of Astronaut Blue #0F445B

Tints of Astronaut Blue #0F445B

Color information

#0F445B (or 0x0F445B) is unknown color: approx Astronaut Blue. HEX triplet: 0F, 44 and 5B. RGB value is (15,68,91). Sum of RGB (Red+Green+Blue) = 15+68+91=174 (23% of max value = 765). Red value is 15 (6.25% from 255 or 8.62% from 174); Green value is 68 (26.95% from 255 or 39.08% from 174); Blue value is 91 (35.94% from 255 or 52.30% from 174); Max value from RGB is 91 - color contains mainly: blue. Hex color #0F445B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F445B is #F0BBA4. Grayscale: #363636. Windows color (decimal): -15776677 or 5981199. OLE color: 5981199.

HSL color Cylindrical-coordinate representation of color #0F445B: hue angle of 198.16º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0F445B is Cyan = 0.84, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB156891-
CMYK0.840.2500.64
HSL198.16º71.7%20.78%-
HSV(B)198.16º83.52%35.69%-
XYZ4.154.9910.64-
YUV54.78148.4499.63-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.62%
GREEN value IS 68 (26.95% from 255) = 39.08%
BLUE value IS 91 (35.94% from 255) = 52.30%
R=8.62%
G=39.08%
B=52.30%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1568910.840.2500.64198.1671.720.78
HexF445B5419040c64815
Octal1710413312431010030611025
Binary1111100010010110111010100110010100000011000110100100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F445B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,68,91); }

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

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

 a { background-color: rgb(15,68,91); }

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

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

 span { border-color: rgb(15,68,91); }

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