Html Css Color HEX #0B505A Sherpa Blue

📋 copy color: '#0B505A'

red 11 ◦ green 80 ◦ blue 90

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

Shades of Sherpa Blue #0B505A

Tints of Sherpa Blue #0B505A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 44.2%

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

R = 6.08%
G = 44.2%
B = 49.72%

CMYK

 C value IS 0.88

 M value IS 0.11

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#0B505A (or 0x0B505A) is known color: Sherpa Blue. HEX triplet: 0B, 50 and 5A. RGB value is (11,80,90). Sum of RGB (Red+Green+Blue) = 11+80+90=181 (23% of max value = 765). Red value is 11 (4.69% from 255 or 6.08% from 181); Green value is 80 (31.64% from 255 or 44.20% from 181); Blue value is 90 (35.55% from 255 or 49.72% from 181); Max value from RGB is 90 - color contains mainly: blue. Hex color #0B505A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B505A is #F4AFA5. Grayscale: #3C3C3C. Windows color (decimal): -16035750 or 5918731. OLE color: 5918731.

HSL color Cylindrical-coordinate representation of color #0B505A: hue angle of 187.59º 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 #0B505A is Cyan = 0.88, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 11 80 90 -
CMYK 0.88 0.11 0 0.65
HSL 187.59º 0.78% 0.2% -
HSV(B) 187.59º 0.88% 0.35% -
XYZ 4.85 6.55 10.68 -
YUV 60.51 144.64 92.69 -
System Red Green Blue C M Y K H S L
Decimal 11 80 90 0.88 0.11 0 0.65 187.59 0.78 0.2
Hex B 50 5A 58 B 0 41 BC 4E 14
Octal 13 120 132 130 13 0 101 274 116 24
Binary 1011 1010000 1011010 1011000 1011 0 1000001 10111100 1001110 10100

Color Harmonies of #0B505A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B505A

Black with #0B505A

Text Example


Text Example

White with #0B505A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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