Html Css Color HEX #0B4852 Sherpa Blue

📋 copy color: '#0B4852'

red 11 ◦ green 72 ◦ blue 82

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

Shades of Sherpa Blue #0B4852

Tints of Sherpa Blue #0B4852

RGB

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

 GREEN value IS 72 (28.52% from 255) = 43.64%

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

R = 6.67%
G = 43.64%
B = 49.7%

CMYK

 C value IS 0.87

 M value IS 0.12

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#0B4852 (or 0x0B4852) is known color: Sherpa Blue. HEX triplet: 0B, 48 and 52. RGB value is (11,72,82). Sum of RGB (Red+Green+Blue) = 11+72+82=165 (21% of max value = 765). Red value is 11 (4.69% from 255 or 6.67% from 165); Green value is 72 (28.52% from 255 or 43.64% from 165); Blue value is 82 (32.42% from 255 or 49.70% from 165); Max value from RGB is 82 - color contains mainly: blue. Hex color #0B4852 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B4852 is #F4B7AD. Grayscale: #363636. Windows color (decimal): -16037806 or 5392395. OLE color: 5392395.

HSL color Cylindrical-coordinate representation of color #0B4852: hue angle of 188.45º 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 #0B4852 is Cyan = 0.87, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 11 72 82 -
CMYK 0.87 0.12 0 0.68
HSL 188.45º 0.76% 0.18% -
HSV(B) 188.45º 0.87% 0.32% -
XYZ 3.98 5.32 8.8 -
YUV 54.9 143.29 96.69 -
System Red Green Blue C M Y K H S L
Decimal 11 72 82 0.87 0.12 0 0.68 188.45 0.76 0.18
Hex B 48 52 57 C 0 44 BC 4C 12
Octal 13 110 122 127 14 0 104 274 114 22
Binary 1011 1001000 1010010 1010111 1100 0 1000100 10111100 1001100 10010

Color Harmonies of #0B4852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B4852

Black with #0B4852

Text Example


Text Example

White with #0B4852

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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