#1277C3

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

Shades of Denim #1277C3

Tints of Denim #1277C3

Color information

#1277C3 (or 0x1277C3) is unknown color: approx Denim. HEX triplet: 12, 77 and C3. RGB value is (18,119,195). Sum of RGB (Red+Green+Blue) = 18+119+195=332 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.42% from 332); Green value is 119 (46.88% from 255 or 35.84% from 332); Blue value is 195 (76.56% from 255 or 58.73% from 332); Max value from RGB is 195 - color contains mainly: blue. Hex color #1277C3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1277C3 is #ED883C. Grayscale: #616161. Windows color (decimal): -15566909 or 12810002. OLE color: 12810002.

HSL color Cylindrical-coordinate representation of color #1277C3: hue angle of 205.76º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1277C3 is Cyan = 0.91, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18119195-
CMYK0.910.3900.24
HSL205.76º83.1%41.76%-
HSV(B)205.76º90.77%76.47%-
XYZ16.717.2654.08-
YUV97.46183.0471.32-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.42%
GREEN value IS 119 (46.88% from 255) = 35.84%
BLUE value IS 195 (76.56% from 255) = 58.73%
R=5.42%
G=35.84%
B=58.73%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal181191950.910.3900.24205.7683.141.76
Hex1277C35B27018ce532a
Octal221673031334703031612352
Binary100101110111110000111011011100111011000110011101010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1277C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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