#0C424F

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

Shades of Sherpa Blue #0C424F

Tints of Sherpa Blue #0C424F

Color information

#0C424F (or 0x0C424F) is unknown color: approx Sherpa Blue. HEX triplet: 0C, 42 and 4F. RGB value is (12,66,79). Sum of RGB (Red+Green+Blue) = 12+66+79=157 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.64% from 157); Green value is 66 (26.17% from 255 or 42.04% from 157); Blue value is 79 (31.25% from 255 or 50.32% from 157); Max value from RGB is 79 - color contains mainly: blue. Hex color #0C424F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C424F is #F3BDB0. Grayscale: #333333. Windows color (decimal): -15973809 or 5194252. OLE color: 5194252.

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

Color convert

RGB126679-
CMYK0.850.1600.69
HSL191.64º73.63%17.84%-
HSV(B)191.64º84.81%30.98%-
XYZ3.514.548.09-
YUV51.34143.6199.94-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.64%
GREEN value IS 66 (26.17% from 255) = 42.04%
BLUE value IS 79 (31.25% from 255) = 50.32%
R=7.64%
G=42.04%
B=50.32%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1266790.850.1600.69191.6473.6317.84
HexC424F5510045c04a12
Octal1410211712520010530011222
Binary1100100001010011111010101100000100010111000000100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C424F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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