#1277C0

Color #1277C0 Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #1277C0

Tints of Denim #1277C0

Color information

#1277C0 (or 0x1277C0) is unknown color: approx Denim. HEX triplet: 12, 77 and C0. RGB value is (18,119,192). Sum of RGB (Red+Green+Blue) = 18+119+192=329 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.47% from 329); Green value is 119 (46.88% from 255 or 36.17% from 329); Blue value is 192 (75.39% from 255 or 58.36% from 329); Max value from RGB is 192 - color contains mainly: blue. Hex color #1277C0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1277C0 is #ED883F. Grayscale: #606060. Windows color (decimal): -15566912 or 12613394. OLE color: 12613394.

HSL color Cylindrical-coordinate representation of color #1277C0: hue angle of 205.17º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1277C0 is Cyan = 0.91, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18119192-
CMYK0.910.3800.25
HSL205.17º82.86%41.18%-
HSV(B)205.17º90.62%75.29%-
XYZ16.3617.1352.31-
YUV97.12181.5471.56-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.47%
GREEN value IS 119 (46.88% from 255) = 36.17%
BLUE value IS 192 (75.39% from 255) = 58.36%
R=5.47%
G=36.17%
B=58.36%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal181191920.910.3800.25205.1782.8641.18
Hex1277C05B26019cd5329
Octal221673001334603131512351
Binary100101110111110000001011011100110011001110011011010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1277C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1277C0; }

 p { color: rgb(18,119,192); }

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

<style>
 a { background-color: #1277C0; }

 a { background-color: rgb(18,119,192); }

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

<style>
 span { border-color: #1277C0; }

 span { border-color: rgb(18,119,192); }

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