Html Css Color HEX #0B4150 Sherpa Blue

📋 copy color: '#0B4150'

red 11 ◦ green 65 ◦ blue 80

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

Shades of Sherpa Blue #0B4150

Tints of Sherpa Blue #0B4150

RGB

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

 GREEN value IS 65 (25.78% from 255) = 41.67%

 BLUE value IS 80 (31.64% from 255) = 51.28%

R = 7.05%
G = 41.67%
B = 51.28%

CMYK

 C value IS 0.86

 M value IS 0.19

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#0B4150 (or 0x0B4150) is known color: Sherpa Blue. HEX triplet: 0B, 41 and 50. RGB value is (11,65,80). Sum of RGB (Red+Green+Blue) = 11+65+80=156 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.05% from 156); Green value is 65 (25.78% from 255 or 41.67% from 156); Blue value is 80 (31.64% from 255 or 51.28% from 156); Max value from RGB is 80 - color contains mainly: blue. Hex color #0B4150 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B4150 is #F4BEAF. Grayscale: #323232. Windows color (decimal): -16039600 or 5259531. OLE color: 5259531.

HSL color Cylindrical-coordinate representation of color #0B4150: hue angle of 193.04º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0B4150 is Cyan = 0.86, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 11 65 80 -
CMYK 0.86 0.19 0 0.69
HSL 193.04º 0.76% 0.18% -
HSV(B) 193.04º 0.86% 0.31% -
XYZ 3.48 4.43 8.26 -
YUV 50.56 144.61 99.78 -
System Red Green Blue C M Y K H S L
Decimal 11 65 80 0.86 0.19 0 0.69 193.04 0.76 0.18
Hex B 41 50 56 13 0 45 C1 4C 12
Octal 13 101 120 126 23 0 105 301 114 22
Binary 1011 1000001 1010000 1010110 10011 0 1000101 11000001 1001100 10010

Color Harmonies of #0B4150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B4150

Black with #0B4150

Text Example


Text Example

White with #0B4150

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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