#0B4867

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

Shades of Astronaut Blue #0B4867

Tints of Astronaut Blue #0B4867

Color information

#0B4867 (or 0x0B4867) is unknown color: approx Astronaut Blue. HEX triplet: 0B, 48 and 67. RGB value is (11,72,103). Sum of RGB (Red+Green+Blue) = 11+72+103=186 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.91% from 186); Green value is 72 (28.52% from 255 or 38.71% from 186); Blue value is 103 (40.62% from 255 or 55.38% from 186); Max value from RGB is 103 - color contains mainly: blue. Hex color #0B4867 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B4867 is #F4B798. Grayscale: #393939. Windows color (decimal): -16037785 or 6768651. OLE color: 6768651.

HSL color Cylindrical-coordinate representation of color #0B4867: hue angle of 200.22º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B4867 is Cyan = 0.89, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB1172103-
CMYK0.890.3000.60
HSL200.22º80.7%22.35%-
HSV(B)200.22º89.32%40.39%-
XYZ4.95.6913.67-
YUV57.3153.7994.98-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 5.91%
GREEN value IS 72 (28.52% from 255) = 38.71%
BLUE value IS 103 (40.62% from 255) = 55.38%
R=5.91%
G=38.71%
B=55.38%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal11721030.890.3000.60200.2280.722.35
HexB4867591E03Cc85116
Octal131101471313607431012126
Binary101110010001100111101100111110011110011001000101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B4867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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