#0C3B49

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

Shades of Sherpa Blue #0C3B49

Tints of Sherpa Blue #0C3B49

Color information

#0C3B49 (or 0x0C3B49) is unknown color: approx Sherpa Blue. HEX triplet: 0C, 3B and 49. RGB value is (12,59,73). Sum of RGB (Red+Green+Blue) = 12+59+73=144 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.33% from 144); Green value is 59 (23.44% from 255 or 40.97% from 144); Blue value is 73 (28.91% from 255 or 50.69% from 144); Max value from RGB is 73 - color contains mainly: blue. Hex color #0C3B49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C3B49 is #F3C4B6. Grayscale: #2E2E2E. Windows color (decimal): -15975607 or 4799244. OLE color: 4799244.

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

Color convert

RGB125973-
CMYK0.840.1900.71
HSL193.77º71.76%16.67%-
HSV(B)193.77º83.56%28.63%-
XYZ2.923.696.86-
YUV46.54142.93103.36-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8.33%
GREEN value IS 59 (23.44% from 255) = 40.97%
BLUE value IS 73 (28.91% from 255) = 50.69%
R=8.33%
G=40.97%
B=50.69%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1259730.840.1900.71193.7771.7616.67
HexC3B495413047c24811
Octal147311112423010730211021
Binary110011101110010011010100100110100011111000010100100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C3B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,59,73); }

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

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

 a { background-color: rgb(12,59,73); }

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

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

 span { border-color: rgb(12,59,73); }

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