#0B4860

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

Shades of Astronaut Blue #0B4860

Tints of Astronaut Blue #0B4860

Color information

#0B4860 (or 0x0B4860) is unknown color: approx Astronaut Blue. HEX triplet: 0B, 48 and 60. RGB value is (11,72,96). Sum of RGB (Red+Green+Blue) = 11+72+96=179 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.15% from 179); Green value is 72 (28.52% from 255 or 40.22% from 179); Blue value is 96 (37.89% from 255 or 53.63% from 179); Max value from RGB is 96 - color contains mainly: blue. Hex color #0B4860 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B4860 is #F4B79F. Grayscale: #383838. Windows color (decimal): -16037792 or 6309899. OLE color: 6309899.

HSL color Cylindrical-coordinate representation of color #0B4860: hue angle of 196.94º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B4860 is Cyan = 0.89, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB117296-
CMYK0.890.2500.62
HSL196.94º79.44%20.98%-
HSV(B)196.94º88.54%37.65%-
XYZ4.575.5511.9-
YUV56.5150.2995.55-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.15%
GREEN value IS 72 (28.52% from 255) = 40.22%
BLUE value IS 96 (37.89% from 255) = 53.63%
R=6.15%
G=40.22%
B=53.63%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1172960.890.2500.62196.9479.4420.98
HexB4860591903Ec54f15
Octal131101401313107630511725
Binary101110010001100000101100111001011111011000101100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,72,96); }

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

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

 a { background-color: rgb(11,72,96); }

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

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

 span { border-color: rgb(11,72,96); }

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