#1F66D8

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

Shades of Denim #1F66D8

Tints of Denim #1F66D8

Color information

#1F66D8 (or 0x1F66D8) is unknown color: approx Denim. HEX triplet: 1F, 66 and D8. RGB value is (31,102,216). Sum of RGB (Red+Green+Blue) = 31+102+216=349 (46% of max value = 765). Red value is 31 (12.5% from 255 or 8.88% from 349); Green value is 102 (40.23% from 255 or 29.23% from 349); Blue value is 216 (84.77% from 255 or 61.89% from 349); Max value from RGB is 216 - color contains mainly: blue. Hex color #1F66D8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F66D8 is #E09927. Grayscale: #5D5D5D. Windows color (decimal): -14719272 or 14181919. OLE color: 14181919.

HSL color Cylindrical-coordinate representation of color #1F66D8: hue angle of 216.97º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F66D8 is Cyan = 0.86, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB31102216-
CMYK0.860.5300.15
HSL216.97º74.9%48.43%-
HSV(B)216.97º85.65%84.71%-
XYZ17.7114.7566.88-
YUV93.77196.9883.23-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.88%
GREEN value IS 102 (40.23% from 255) = 29.23%
BLUE value IS 216 (84.77% from 255) = 61.89%
R=8.88%
G=29.23%
B=61.89%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal311022160.860.5300.15216.9774.948.43
Hex1F66D856350Fd94b30
Octal371463301266501733111360
Binary11111110011011011000101011011010101111110110011001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F66D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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