#0B4057

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

Shades of Astronaut Blue #0B4057

Tints of Astronaut Blue #0B4057

Color information

#0B4057 (or 0x0B4057) is unknown color: approx Astronaut Blue. HEX triplet: 0B, 40 and 57. RGB value is (11,64,87). Sum of RGB (Red+Green+Blue) = 11+64+87=162 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.79% from 162); Green value is 64 (25.39% from 255 or 39.51% from 162); Blue value is 87 (34.38% from 255 or 53.70% from 162); Max value from RGB is 87 - color contains mainly: blue. Hex color #0B4057 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B4057 is #F4BFA8. Grayscale: #323232. Windows color (decimal): -16039849 or 5718027. OLE color: 5718027.

HSL color Cylindrical-coordinate representation of color #0B4057: hue angle of 198.16º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0B4057 is Cyan = 0.87, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB116487-
CMYK0.870.2600.66
HSL198.16º77.55%19.22%-
HSV(B)198.16º87.36%34.12%-
XYZ3.694.439.68-
YUV50.78148.4499.63-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 6.79%
GREEN value IS 64 (25.39% from 255) = 39.51%
BLUE value IS 87 (34.38% from 255) = 53.70%
R=6.79%
G=39.51%
B=53.70%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1164870.870.2600.66198.1677.5519.22
HexB4057571A042c64e13
Octal1310012712732010230611623
Binary1011100000010101111010111110100100001011000110100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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