#0C4F5E

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

Shades of Sherpa Blue #0C4F5E

Tints of Sherpa Blue #0C4F5E

Color information

#0C4F5E (or 0x0C4F5E) is unknown color: approx Sherpa Blue. HEX triplet: 0C, 4F and 5E. RGB value is (12,79,94). Sum of RGB (Red+Green+Blue) = 12+79+94=185 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.49% from 185); Green value is 79 (31.25% from 255 or 42.70% from 185); Blue value is 94 (37.11% from 255 or 50.81% from 185); Max value from RGB is 94 - color contains mainly: blue. Hex color #0C4F5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C4F5E is #F3B0A1. Grayscale: #3C3C3C. Windows color (decimal): -15970466 or 6180620. OLE color: 6180620.

HSL color Cylindrical-coordinate representation of color #0C4F5E: hue angle of 190.98º degrees, saturation: 0.77, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0C4F5E is Cyan = 0.87, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB127994-
CMYK0.870.1600.63
HSL190.98º77.36%20.78%-
HSV(B)190.98º87.23%36.86%-
XYZ4.976.4811.58-
YUV60.68146.893.28-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.49%
GREEN value IS 79 (31.25% from 255) = 42.70%
BLUE value IS 94 (37.11% from 255) = 50.81%
R=6.49%
G=42.70%
B=50.81%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1279940.870.1600.63190.9877.3620.78
HexC4F5E571003Fbf4d15
Octal141171361272007727711525
Binary110010011111011110101011110000011111110111111100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C4F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,79,94); }

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

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

 a { background-color: rgb(12,79,94); }

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

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

 span { border-color: rgb(12,79,94); }

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