Html Css Color HEX #0B4958 Sherpa Blue

📋 copy color: '#0B4958'

red 11 ◦ green 73 ◦ blue 88

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

Shades of Sherpa Blue #0B4958

Tints of Sherpa Blue #0B4958

RGB

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

 GREEN value IS 73 (28.91% from 255) = 42.44%

 BLUE value IS 88 (34.77% from 255) = 51.16%

R = 6.4%
G = 42.44%
B = 51.16%

CMYK

 C value IS 0.88

 M value IS 0.17

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#0B4958 (or 0x0B4958) is known color: Sherpa Blue. HEX triplet: 0B, 49 and 58. RGB value is (11,73,88). Sum of RGB (Red+Green+Blue) = 11+73+88=172 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.40% from 172); Green value is 73 (28.91% from 255 or 42.44% from 172); Blue value is 88 (34.77% from 255 or 51.16% from 172); Max value from RGB is 88 - color contains mainly: blue. Hex color #0B4958 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B4958 is #F4B6A7. Grayscale: #383838. Windows color (decimal): -16037544 or 5785867. OLE color: 5785867.

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

Color convert

RGB 11 73 88 -
CMYK 0.88 0.17 0 0.65
HSL 191.69º 0.78% 0.19% -
HSV(B) 191.69º 0.88% 0.35% -
XYZ 4.28 5.54 10.08 -
YUV 56.17 145.96 95.78 -
System Red Green Blue C M Y K H S L
Decimal 11 73 88 0.88 0.17 0 0.65 191.69 0.78 0.19
Hex B 49 58 58 11 0 41 C0 4E 13
Octal 13 111 130 130 21 0 101 300 116 23
Binary 1011 1001001 1011000 1011000 10001 0 1000001 11000000 1001110 10011

Color Harmonies of #0B4958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B4958

Black with #0B4958

Text Example


Text Example

White with #0B4958

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,73,88); }

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

background-color css

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

 a { background-color: rgb(11,73,88); }

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

border-color css

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

 span { border-color: rgb(11,73,88); }

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