#1F66CE

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

Shades of Denim #1F66CE

Tints of Denim #1F66CE

Color information

#1F66CE (or 0x1F66CE) is unknown color: approx Denim. HEX triplet: 1F, 66 and CE. RGB value is (31,102,206). Sum of RGB (Red+Green+Blue) = 31+102+206=339 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.14% from 339); Green value is 102 (40.23% from 255 or 30.09% from 339); Blue value is 206 (80.86% from 255 or 60.77% from 339); Max value from RGB is 206 - color contains mainly: blue. Hex color #1F66CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F66CE is #E09931. Grayscale: #5C5C5C. Windows color (decimal): -14719282 or 13526559. OLE color: 13526559.

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

Color convert

RGB31102206-
CMYK0.850.5000.19
HSL215.66º73.84%46.47%-
HSV(B)215.66º84.95%80.78%-
XYZ16.4614.2560.28-
YUV92.63191.9884.04-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.14%
GREEN value IS 102 (40.23% from 255) = 30.09%
BLUE value IS 206 (80.86% from 255) = 60.77%
R=9.14%
G=30.09%
B=60.77%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal311022060.850.5000.19215.6673.8446.47
Hex1F66CE5532013d84a2e
Octal371463161256202333011256
Binary111111100110110011101010101110010010011110110001001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F66CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,102,206); }

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

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

 a { background-color: rgb(31,102,206); }

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

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

 span { border-color: rgb(31,102,206); }

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