#0B3F4B

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

Shades of Sherpa Blue #0B3F4B

Tints of Sherpa Blue #0B3F4B

Color information

#0B3F4B (or 0x0B3F4B) is unknown color: approx Sherpa Blue. HEX triplet: 0B, 3F and 4B. RGB value is (11,63,75). Sum of RGB (Red+Green+Blue) = 11+63+75=149 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.38% from 149); Green value is 63 (25% from 255 or 42.28% from 149); Blue value is 75 (29.69% from 255 or 50.34% from 149); Max value from RGB is 75 - color contains mainly: blue. Hex color #0B3F4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B3F4B is #F4C0B4. Grayscale: #303030. Windows color (decimal): -16040117 or 4931339. OLE color: 4931339.

HSL color Cylindrical-coordinate representation of color #0B3F4B: hue angle of 191.25º 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 #0B3F4B is Cyan = 0.85, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB116375-
CMYK0.850.1600.71
HSL191.25º74.42%16.86%-
HSV(B)191.25º85.33%29.41%-
XYZ3.194.137.29-
YUV48.82142.77101.02-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.38%
GREEN value IS 63 (25% from 255) = 42.28%
BLUE value IS 75 (29.69% from 255) = 50.34%
R=7.38%
G=42.28%
B=50.34%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1163750.850.1600.71191.2574.4216.86
HexB3F4B5510047bf4a11
Octal137711312520010727711221
Binary101111111110010111010101100000100011110111111100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B3F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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