#0F4863

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

Shades of Astronaut Blue #0F4863

Tints of Astronaut Blue #0F4863

Color information

#0F4863 (or 0x0F4863) is unknown color: approx Astronaut Blue. HEX triplet: 0F, 48 and 63. RGB value is (15,72,99). Sum of RGB (Red+Green+Blue) = 15+72+99=186 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.06% from 186); Green value is 72 (28.52% from 255 or 38.71% from 186); Blue value is 99 (39.06% from 255 or 53.23% from 186); Max value from RGB is 99 - color contains mainly: blue. Hex color #0F4863 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F4863 is #F0B79C. Grayscale: #393939. Windows color (decimal): -15775645 or 6506511. OLE color: 6506511.

HSL color Cylindrical-coordinate representation of color #0F4863: hue angle of 199.29º 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 #0F4863 is Cyan = 0.85, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB157299-
CMYK0.850.2700.61
HSL199.29º73.68%22.35%-
HSV(B)199.29º84.85%38.82%-
XYZ4.775.6412.64-
YUV58.04151.1297.3-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 8.06%
GREEN value IS 72 (28.52% from 255) = 38.71%
BLUE value IS 99 (39.06% from 255) = 53.23%
R=8.06%
G=38.71%
B=53.23%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1572990.850.2700.61199.2973.6822.35
HexF4863551B03Dc74a16
Octal171101431253307530711226
Binary111110010001100011101010111011011110111000111100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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