#0B4861

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

Shades of Astronaut Blue #0B4861

Tints of Astronaut Blue #0B4861

Color information

#0B4861 (or 0x0B4861) is unknown color: approx Astronaut Blue. HEX triplet: 0B, 48 and 61. RGB value is (11,72,97). Sum of RGB (Red+Green+Blue) = 11+72+97=180 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.11% from 180); Green value is 72 (28.52% from 255 or 40% from 180); Blue value is 97 (38.28% from 255 or 53.89% from 180); Max value from RGB is 97 - color contains mainly: blue. Hex color #0B4861 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B4861 is #F4B79E. Grayscale: #383838. Windows color (decimal): -16037791 or 6375435. OLE color: 6375435.

HSL color Cylindrical-coordinate representation of color #0B4861: hue angle of 197.44º degrees, saturation: 0.8, 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 #0B4861 is Cyan = 0.89, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB117297-
CMYK0.890.2600.62
HSL197.44º79.63%21.18%-
HSV(B)197.44º88.66%38.04%-
XYZ4.615.5712.14-
YUV56.61150.7995.47-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.11%
GREEN value IS 72 (28.52% from 255) = 40%
BLUE value IS 97 (38.28% from 255) = 53.89%
R=6.11%
G=40%
B=53.89%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1172970.890.2600.62197.4479.6321.18
HexB4861591A03Ec55015
Octal131101411313207630512025
Binary101110010001100001101100111010011111011000101101000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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