#0C4A5D

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

Shades of Sherpa Blue #0C4A5D

Tints of Sherpa Blue #0C4A5D

Color information

#0C4A5D (or 0x0C4A5D) is unknown color: approx Sherpa Blue. HEX triplet: 0C, 4A and 5D. RGB value is (12,74,93). Sum of RGB (Red+Green+Blue) = 12+74+93=179 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.70% from 179); Green value is 74 (29.30% from 255 or 41.34% from 179); Blue value is 93 (36.72% from 255 or 51.96% from 179); Max value from RGB is 93 - color contains mainly: blue. Hex color #0C4A5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C4A5D is #F3B5A2. Grayscale: #393939. Windows color (decimal): -15971747 or 6113804. OLE color: 6113804.

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

Color convert

RGB127493-
CMYK0.870.2000.64
HSL194.07º77.14%20.59%-
HSV(B)194.07º87.1%36.47%-
XYZ4.585.7711.23-
YUV57.63147.9695.46-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.70%
GREEN value IS 74 (29.30% from 255) = 41.34%
BLUE value IS 93 (36.72% from 255) = 51.96%
R=6.70%
G=41.34%
B=51.96%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1274930.870.2000.64194.0777.1420.59
HexC4A5D5714040c24d15
Octal1411213512724010030211525
Binary1100100101010111011010111101000100000011000010100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C4A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,74,93); }

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

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

 a { background-color: rgb(12,74,93); }

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

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

 span { border-color: rgb(12,74,93); }

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