#0C444D

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

Shades of Sherpa Blue #0C444D

Tints of Sherpa Blue #0C444D

Color information

#0C444D (or 0x0C444D) is unknown color: approx Sherpa Blue. HEX triplet: 0C, 44 and 4D. RGB value is (12,68,77). Sum of RGB (Red+Green+Blue) = 12+68+77=157 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.64% from 157); Green value is 68 (26.95% from 255 or 43.31% from 157); Blue value is 77 (30.47% from 255 or 49.04% from 157); Max value from RGB is 77 - color contains mainly: blue. Hex color #0C444D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C444D is #F3BBB2. Grayscale: #343434. Windows color (decimal): -15973299 or 5063692. OLE color: 5063692.

HSL color Cylindrical-coordinate representation of color #0C444D: hue angle of 188.31º degrees, saturation: 0.73, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0C444D is Cyan = 0.84, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB126877-
CMYK0.840.1200.70
HSL188.31º73.03%17.45%-
HSV(B)188.31º84.42%30.2%-
XYZ3.564.757.75-
YUV52.28141.9599.27-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.64%
GREEN value IS 68 (26.95% from 255) = 43.31%
BLUE value IS 77 (30.47% from 255) = 49.04%
R=7.64%
G=43.31%
B=49.04%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1268770.840.1200.70188.3173.0317.45
HexC444D54C046bc4911
Octal1410411512414010627411121
Binary110010001001001101101010011000100011010111100100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C444D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,68,77); }

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

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

 a { background-color: rgb(12,68,77); }

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

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

 span { border-color: rgb(12,68,77); }

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