#0B424B

Color #0B424B Sherpa Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sherpa Blue #0B424B

Tints of Sherpa Blue #0B424B

Color information

#0B424B (or 0x0B424B) is unknown color: approx Sherpa Blue. HEX triplet: 0B, 42 and 4B. RGB value is (11,66,75). Sum of RGB (Red+Green+Blue) = 11+66+75=152 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.24% from 152); Green value is 66 (26.17% from 255 or 43.42% from 152); Blue value is 75 (29.69% from 255 or 49.34% from 152); Max value from RGB is 75 - color contains mainly: blue. Hex color #0B424B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B424B is #F4BDB4. Grayscale: #323232. Windows color (decimal): -16039349 or 4932107. OLE color: 4932107.

HSL color Cylindrical-coordinate representation of color #0B424B: hue angle of 188.44º degrees, saturation: 0.74, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0B424B is Cyan = 0.85, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB116675-
CMYK0.850.1200.71
HSL188.44º74.42%16.86%-
HSV(B)188.44º85.33%29.41%-
XYZ3.364.487.34-
YUV50.58141.7899.77-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.24%
GREEN value IS 66 (26.17% from 255) = 43.42%
BLUE value IS 75 (29.69% from 255) = 49.34%
R=7.24%
G=43.42%
B=49.34%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1166750.850.1200.71188.4474.4216.86
HexB424B55C047bc4a11
Octal1310211312514010727411221
Binary101110000101001011101010111000100011110111100100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B424B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,66,75); }

 H1.HeaderClassName
 {
   color: #0B424B;
 }
 .AnyTagClassName
 {
   color: #0B424B;
 }
</style>
background-color css

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

 a { background-color: rgb(11,66,75); }

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

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

 span { border-color: rgb(11,66,75); }

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