#0C464E

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

Shades of Sherpa Blue #0C464E

Tints of Sherpa Blue #0C464E

Color information

#0C464E (or 0x0C464E) is unknown color: approx Sherpa Blue. HEX triplet: 0C, 46 and 4E. RGB value is (12,70,78). Sum of RGB (Red+Green+Blue) = 12+70+78=160 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.5% from 160); Green value is 70 (27.73% from 255 or 43.75% from 160); Blue value is 78 (30.86% from 255 or 48.75% from 160); Max value from RGB is 78 - color contains mainly: blue. Hex color #0C464E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C464E is #F3B9B1. Grayscale: #353535. Windows color (decimal): -15972786 or 5129740. OLE color: 5129740.

HSL color Cylindrical-coordinate representation of color #0C464E: hue angle of 187.27º degrees, saturation: 0.73, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0C464E is Cyan = 0.85, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB127078-
CMYK0.850.1000.69
HSL187.27º73.33%17.65%-
HSV(B)187.27º84.62%30.59%-
XYZ3.725.017.98-
YUV53.57141.7898.35-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.5%
GREEN value IS 70 (27.73% from 255) = 43.75%
BLUE value IS 78 (30.86% from 255) = 48.75%
R=7.5%
G=43.75%
B=48.75%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1270780.850.1000.69187.2773.3317.65
HexC464E55A045bb4912
Octal1410611612512010527311122
Binary110010001101001110101010110100100010110111011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C464E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,70,78); }

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

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

 a { background-color: rgb(12,70,78); }

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

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

 span { border-color: rgb(12,70,78); }

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