#0B4358

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

Shades of Astronaut Blue #0B4358

Tints of Astronaut Blue #0B4358

Color information

#0B4358 (or 0x0B4358) is unknown color: approx Astronaut Blue. HEX triplet: 0B, 43 and 58. RGB value is (11,67,88). Sum of RGB (Red+Green+Blue) = 11+67+88=166 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.63% from 166); Green value is 67 (26.56% from 255 or 40.36% from 166); Blue value is 88 (34.77% from 255 or 53.01% from 166); Max value from RGB is 88 - color contains mainly: blue. Hex color #0B4358 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B4358 is #F4BCA7. Grayscale: #343434. Windows color (decimal): -16039080 or 5784331. OLE color: 5784331.

HSL color Cylindrical-coordinate representation of color #0B4358: hue angle of 196.36º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B4358 is Cyan = 0.88, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB116788-
CMYK0.880.2400.65
HSL196.36º77.78%19.41%-
HSV(B)196.36º87.5%34.51%-
XYZ3.914.799.95-
YUV52.65147.9598.29-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.63%
GREEN value IS 67 (26.56% from 255) = 40.36%
BLUE value IS 88 (34.77% from 255) = 53.01%
R=6.63%
G=40.36%
B=53.01%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1167880.880.2400.65196.3677.7819.41
HexB43585818041c44e13
Octal1310313013030010130411623
Binary1011100001110110001011000110000100000111000100100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,67,88); }

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

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

 a { background-color: rgb(11,67,88); }

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

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

 span { border-color: rgb(11,67,88); }

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