Html Css Color HEX #0B4458 Sherpa Blue

📋 copy color: '#0B4458'

red 11 ◦ green 68 ◦ blue 88

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

Shades of Sherpa Blue #0B4458

Tints of Sherpa Blue #0B4458

RGB

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

 GREEN value IS 68 (26.95% from 255) = 40.72%

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

R = 6.59%
G = 40.72%
B = 52.69%

CMYK

 C value IS 0.88

 M value IS 0.23

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#0B4458 (or 0x0B4458) is known color: Sherpa Blue. HEX triplet: 0B, 44 and 58. RGB value is (11,68,88). Sum of RGB (Red+Green+Blue) = 11+68+88=167 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.59% from 167); Green value is 68 (26.95% from 255 or 40.72% from 167); Blue value is 88 (34.77% from 255 or 52.69% from 167); Max value from RGB is 88 - color contains mainly: blue. Hex color #0B4458 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B4458 is #F4BBA7. Grayscale: #353535. Windows color (decimal): -16038824 or 5784587. OLE color: 5784587.

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

Color convert

RGB 11 68 88 -
CMYK 0.88 0.23 0 0.65
HSL 195.58º 0.78% 0.19% -
HSV(B) 195.58º 0.88% 0.35% -
XYZ 3.97 4.91 9.97 -
YUV 53.24 147.62 97.87 -
System Red Green Blue C M Y K H S L
Decimal 11 68 88 0.88 0.23 0 0.65 195.58 0.78 0.19
Hex B 44 58 58 17 0 41 C4 4E 13
Octal 13 104 130 130 27 0 101 304 116 23
Binary 1011 1000100 1011000 1011000 10111 0 1000001 11000100 1001110 10011

Color Harmonies of #0B4458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B4458

Black with #0B4458

Text Example


Text Example

White with #0B4458

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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