Html Css Color HEX #0B515F Sherpa Blue

📋 copy color: '#0B515F'

red 11 ◦ green 81 ◦ blue 95

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

Shades of Sherpa Blue #0B515F

Tints of Sherpa Blue #0B515F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 43.32%

 BLUE value IS 95 (37.5% from 255) = 50.8%

R = 5.88%
G = 43.32%
B = 50.8%

CMYK

 C value IS 0.88

 M value IS 0.15

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#0B515F (or 0x0B515F) is known color: Sherpa Blue. HEX triplet: 0B, 51 and 5F. RGB value is (11,81,95). Sum of RGB (Red+Green+Blue) = 11+81+95=187 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.88% from 187); Green value is 81 (32.03% from 255 or 43.32% from 187); Blue value is 95 (37.5% from 255 or 50.80% from 187); Max value from RGB is 95 - color contains mainly: blue. Hex color #0B515F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B515F is #F4AEA0. Grayscale: #3D3D3D. Windows color (decimal): -16035489 or 6246667. OLE color: 6246667.

HSL color Cylindrical-coordinate representation of color #0B515F: hue angle of 190º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B515F is Cyan = 0.88, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 11 81 95 -
CMYK 0.88 0.15 0 0.63
HSL 190º 0.79% 0.21% -
HSV(B) 190º 0.88% 0.37% -
XYZ 5.15 6.78 11.86 -
YUV 61.67 146.81 91.86 -
System Red Green Blue C M Y K H S L
Decimal 11 81 95 0.88 0.15 0 0.63 190 0.79 0.21
Hex B 51 5F 58 F 0 3F BE 4F 15
Octal 13 121 137 130 17 0 77 276 117 25
Binary 1011 1010001 1011111 1011000 1111 0 111111 10111110 1001111 10101

Color Harmonies of #0B515F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B515F

Black with #0B515F

Text Example


Text Example

White with #0B515F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,81,95); }

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

background-color css

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

 a { background-color: rgb(11,81,95); }

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

border-color css

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

 span { border-color: rgb(11,81,95); }

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