#0C484E

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

Shades of Sherpa Blue #0C484E

Tints of Sherpa Blue #0C484E

Color information

#0C484E (or 0x0C484E) is unknown color: approx Sherpa Blue. HEX triplet: 0C, 48 and 4E. RGB value is (12,72,78). Sum of RGB (Red+Green+Blue) = 12+72+78=162 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.41% from 162); Green value is 72 (28.52% from 255 or 44.44% from 162); Blue value is 78 (30.86% from 255 or 48.15% from 162); Max value from RGB is 78 - color contains mainly: blue. Hex color #0C484E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C484E is #F3B7B1. Grayscale: #363636. Windows color (decimal): -15972274 or 5130252. OLE color: 5130252.

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

Color convert

RGB127278-
CMYK0.850.0800.69
HSL185.45º73.33%17.65%-
HSV(B)185.45º84.62%30.59%-
XYZ3.845.268.02-
YUV54.74141.1297.51-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.41%
GREEN value IS 72 (28.52% from 255) = 44.44%
BLUE value IS 78 (30.86% from 255) = 48.15%
R=7.41%
G=44.44%
B=48.15%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1272780.850.0800.69185.4573.3317.65
HexC484E558045b94912
Octal1411011612510010527111122
Binary110010010001001110101010110000100010110111001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C484E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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