#0F4563

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

Shades of Astronaut Blue #0F4563

Tints of Astronaut Blue #0F4563

Color information

#0F4563 (or 0x0F4563) is unknown color: approx Astronaut Blue. HEX triplet: 0F, 45 and 63. RGB value is (15,69,99). Sum of RGB (Red+Green+Blue) = 15+69+99=183 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.20% from 183); Green value is 69 (27.34% from 255 or 37.70% from 183); Blue value is 99 (39.06% from 255 or 54.10% from 183); Max value from RGB is 99 - color contains mainly: blue. Hex color #0F4563 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F4563 is #F0BA9C. Grayscale: #383838. Windows color (decimal): -15776413 or 6505743. OLE color: 6505743.

HSL color Cylindrical-coordinate representation of color #0F4563: hue angle of 201.43º degrees, saturation: 0.74, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F4563 is Cyan = 0.85, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB156999-
CMYK0.850.3000.61
HSL201.43º73.68%22.35%-
HSV(B)201.43º84.85%38.82%-
XYZ4.585.2612.58-
YUV56.27152.1198.56-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.20%
GREEN value IS 69 (27.34% from 255) = 37.70%
BLUE value IS 99 (39.06% from 255) = 54.10%
R=8.20%
G=37.70%
B=54.10%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1569990.850.3000.61201.4373.6822.35
HexF4563551E03Dc94a16
Octal171051431253607531111226
Binary111110001011100011101010111110011110111001001100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,69,99); }

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

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

 a { background-color: rgb(15,69,99); }

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

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

 span { border-color: rgb(15,69,99); }

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