Html Css Color HEX #0B525A Sherpa Blue

📋 copy color: '#0B525A'

red 11 ◦ green 82 ◦ blue 90

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

Shades of Sherpa Blue #0B525A

Tints of Sherpa Blue #0B525A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 44.81%

 BLUE value IS 90 (35.55% from 255) = 49.18%

R = 6.01%
G = 44.81%
B = 49.18%

CMYK

 C value IS 0.88

 M value IS 0.09

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#0B525A (or 0x0B525A) is known color: Sherpa Blue. HEX triplet: 0B, 52 and 5A. RGB value is (11,82,90). Sum of RGB (Red+Green+Blue) = 11+82+90=183 (24% of max value = 765). Red value is 11 (4.69% from 255 or 6.01% from 183); Green value is 82 (32.42% from 255 or 44.81% from 183); Blue value is 90 (35.55% from 255 or 49.18% from 183); Max value from RGB is 90 - color contains mainly: blue. Hex color #0B525A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B525A is #F4ADA5. Grayscale: #3D3D3D. Windows color (decimal): -16035238 or 5919243. OLE color: 5919243.

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

Color convert

RGB 11 82 90 -
CMYK 0.88 0.09 0 0.65
HSL 186.08º 0.78% 0.2% -
HSV(B) 186.08º 0.88% 0.35% -
XYZ 5 6.84 10.73 -
YUV 61.68 143.98 91.85 -
System Red Green Blue C M Y K H S L
Decimal 11 82 90 0.88 0.09 0 0.65 186.08 0.78 0.2
Hex B 52 5A 58 9 0 41 BA 4E 14
Octal 13 122 132 130 11 0 101 272 116 24
Binary 1011 1010010 1011010 1011000 1001 0 1000001 10111010 1001110 10100

Color Harmonies of #0B525A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B525A

Black with #0B525A

Text Example


Text Example

White with #0B525A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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