#0B405D

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

Shades of Astronaut Blue #0B405D

Tints of Astronaut Blue #0B405D

Color information

#0B405D (or 0x0B405D) is unknown color: approx Astronaut Blue. HEX triplet: 0B, 40 and 5D. RGB value is (11,64,93). Sum of RGB (Red+Green+Blue) = 11+64+93=168 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.55% from 168); Green value is 64 (25.39% from 255 or 38.10% from 168); Blue value is 93 (36.72% from 255 or 55.36% from 168); Max value from RGB is 93 - color contains mainly: blue. Hex color #0B405D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B405D is #F4BFA2. Grayscale: #333333. Windows color (decimal): -16039843 or 6111243. OLE color: 6111243.

HSL color Cylindrical-coordinate representation of color #0B405D: hue angle of 201.22º degrees, saturation: 0.79, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B405D is Cyan = 0.88, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB116493-
CMYK0.880.3100.64
HSL201.22º78.85%20.39%-
HSV(B)201.22º88.17%36.47%-
XYZ3.954.5311.02-
YUV51.46151.4499.14-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.55%
GREEN value IS 64 (25.39% from 255) = 38.10%
BLUE value IS 93 (36.72% from 255) = 55.36%
R=6.55%
G=38.10%
B=55.36%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1164930.880.3100.64201.2278.8520.39
HexB405D581F040c94f14
Octal1310013513037010031111724
Binary1011100000010111011011000111110100000011001001100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B405D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,64,93); }

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

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

 a { background-color: rgb(11,64,93); }

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

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

 span { border-color: rgb(11,64,93); }

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