#0B4A62

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

Shades of Astronaut Blue #0B4A62

Tints of Astronaut Blue #0B4A62

Color information

#0B4A62 (or 0x0B4A62) is unknown color: approx Astronaut Blue. HEX triplet: 0B, 4A and 62. RGB value is (11,74,98). Sum of RGB (Red+Green+Blue) = 11+74+98=183 (24% of max value = 765). Red value is 11 (4.69% from 255 or 6.01% from 183); Green value is 74 (29.30% from 255 or 40.44% from 183); Blue value is 98 (38.67% from 255 or 53.55% from 183); Max value from RGB is 98 - color contains mainly: blue. Hex color #0B4A62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B4A62 is #F4B59D. Grayscale: #393939. Windows color (decimal): -16037278 or 6441483. OLE color: 6441483.

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

Color convert

RGB117498-
CMYK0.890.2400.62
HSL196.55º79.82%21.37%-
HSV(B)196.55º88.78%38.43%-
XYZ4.795.8512.43-
YUV57.9150.6394.55-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.01%
GREEN value IS 74 (29.30% from 255) = 40.44%
BLUE value IS 98 (38.67% from 255) = 53.55%
R=6.01%
G=40.44%
B=53.55%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1174980.890.2400.62196.5579.8221.37
HexB4A62591803Ec55015
Octal131121421313007630512025
Binary101110010101100010101100111000011111011000101101000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,74,98); }

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

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

 a { background-color: rgb(11,74,98); }

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

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

 span { border-color: rgb(11,74,98); }

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