Html Css Color HEX #0B4552 Sherpa Blue

📋 copy color: '#0B4552'

red 11 ◦ green 69 ◦ blue 82

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

Shades of Sherpa Blue #0B4552

Tints of Sherpa Blue #0B4552

RGB

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

 GREEN value IS 69 (27.34% from 255) = 42.59%

 BLUE value IS 82 (32.42% from 255) = 50.62%

R = 6.79%
G = 42.59%
B = 50.62%

CMYK

 C value IS 0.87

 M value IS 0.16

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#0B4552 (or 0x0B4552) is known color: Sherpa Blue. HEX triplet: 0B, 45 and 52. RGB value is (11,69,82). Sum of RGB (Red+Green+Blue) = 11+69+82=162 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.79% from 162); Green value is 69 (27.34% from 255 or 42.59% from 162); Blue value is 82 (32.42% from 255 or 50.62% from 162); Max value from RGB is 82 - color contains mainly: blue. Hex color #0B4552 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B4552 is #F4BAAD. Grayscale: #353535. Windows color (decimal): -16038574 or 5391627. OLE color: 5391627.

HSL color Cylindrical-coordinate representation of color #0B4552: hue angle of 190.99º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0B4552 is Cyan = 0.87, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 11 69 82 -
CMYK 0.87 0.16 0 0.68
HSL 190.99º 0.76% 0.18% -
HSV(B) 190.99º 0.87% 0.32% -
XYZ 3.79 4.94 8.74 -
YUV 53.14 144.28 97.94 -
System Red Green Blue C M Y K H S L
Decimal 11 69 82 0.87 0.16 0 0.68 190.99 0.76 0.18
Hex B 45 52 57 10 0 44 BF 4C 12
Octal 13 105 122 127 20 0 104 277 114 22
Binary 1011 1000101 1010010 1010111 10000 0 1000100 10111111 1001100 10010

Color Harmonies of #0B4552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B4552

Black with #0B4552

Text Example


Text Example

White with #0B4552

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,69,82); }

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

background-color css

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

 a { background-color: rgb(11,69,82); }

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

border-color css

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

 span { border-color: rgb(11,69,82); }

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