Html Css Color HEX #0B4B67 Astronaut Blue

📋 copy color: '#0B4B67'

red 11 ◦ green 75 ◦ blue 103

#0B4B67
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Astronaut Blue #0B4B67

Tints of Astronaut Blue #0B4B67

RGB

 RED value IS 11 (4.69% from 255) = 5.82%

 GREEN value IS 75 (29.69% from 255) = 39.68%

 BLUE value IS 103 (40.63% from 255) = 54.5%

R = 5.82%
G = 39.68%
B = 54.5%

CMYK

 C value IS 0.89

 M value IS 0.27

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#0B4B67 (or 0x0B4B67) is known color: Astronaut Blue. HEX triplet: 0B, 4B and 67. RGB value is (11,75,103). Sum of RGB (Red+Green+Blue) = 11+75+103=189 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.82% from 189); Green value is 75 (29.69% from 255 or 39.68% from 189); Blue value is 103 (40.62% from 255 or 54.50% from 189); Max value from RGB is 103 - color contains mainly: blue. Hex color #0B4B67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B4B67 is #F4B498. Grayscale: #3A3A3A. Windows color (decimal): -16037017 or 6769419. OLE color: 6769419.

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

Color convert

RGB 11 75 103 -
CMYK 0.89 0.27 0 0.60
HSL 198.26º 0.81% 0.22% -
HSV(B) 198.26º 0.89% 0.4% -
XYZ 5.1 6.08 13.74 -
YUV 59.06 152.8 93.72 -
System Red Green Blue C M Y K H S L
Decimal 11 75 103 0.89 0.27 0 0.60 198.26 0.81 0.22
Hex B 4B 67 59 1B 0 3C C6 51 16
Octal 13 113 147 131 33 0 74 306 121 26
Binary 1011 1001011 1100111 1011001 11011 0 111100 11000110 1010001 10110

Color Harmonies of #0B4B67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B4B67

Black with #0B4B67

Text Example


Text Example

White with #0B4B67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0B4B67;
 }
 .AnyTagClassName
 {
   color: #0B4B67;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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