#1F6ECC

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

Shades of Denim #1F6ECC

Tints of Denim #1F6ECC

Color information

#1F6ECC (or 0x1F6ECC) is unknown color: approx Denim. HEX triplet: 1F, 6E and CC. RGB value is (31,110,204). Sum of RGB (Red+Green+Blue) = 31+110+204=345 (45% of max value = 765). Red value is 31 (12.5% from 255 or 8.99% from 345); Green value is 110 (43.36% from 255 or 31.88% from 345); Blue value is 204 (80.08% from 255 or 59.13% from 345); Max value from RGB is 204 - color contains mainly: blue. Hex color #1F6ECC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F6ECC is #E09133. Grayscale: #606060. Windows color (decimal): -14717236 or 13397535. OLE color: 13397535.

HSL color Cylindrical-coordinate representation of color #1F6ECC: hue angle of 212.6º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F6ECC is Cyan = 0.85, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB31110204-
CMYK0.850.4600.2
HSL212.6º73.62%46.08%-
HSV(B)212.6º84.8%80%-
XYZ17.0415.859.28-
YUV97.1188.3380.86-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.99%
GREEN value IS 110 (43.36% from 255) = 31.88%
BLUE value IS 204 (80.08% from 255) = 59.13%
R=8.99%
G=31.88%
B=59.13%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal311102040.850.4600.2212.673.6246.08
Hex1F6ECC552E014d54a2e
Octal371563141255602432511256
Binary111111101110110011001010101101110010100110101011001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F6ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F6ECC; }

 p { color: rgb(31,110,204); }

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

<style>
 a { background-color: #1F6ECC; }

 a { background-color: rgb(31,110,204); }

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

<style>
 span { border-color: #1F6ECC; }

 span { border-color: rgb(31,110,204); }

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