#1D64CE

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

Shades of Denim #1D64CE

Tints of Denim #1D64CE

Color information

#1D64CE (or 0x1D64CE) is unknown color: approx Denim. HEX triplet: 1D, 64 and CE. RGB value is (29,100,206). Sum of RGB (Red+Green+Blue) = 29+100+206=335 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.66% from 335); Green value is 100 (39.45% from 255 or 29.85% from 335); Blue value is 206 (80.86% from 255 or 61.49% from 335); Max value from RGB is 206 - color contains mainly: blue. Hex color #1D64CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D64CE is #E29B31. Grayscale: #5A5A5A. Windows color (decimal): -14850866 or 13526045. OLE color: 13526045.

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

Color convert

RGB29100206-
CMYK0.860.5100.19
HSL215.93º75.32%46.08%-
HSV(B)215.93º85.92%80.78%-
XYZ16.213.8360.21-
YUV90.85192.9883.88-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 8.66%
GREEN value IS 100 (39.45% from 255) = 29.85%
BLUE value IS 206 (80.86% from 255) = 61.49%
R=8.66%
G=29.85%
B=61.49%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal291002060.860.5100.19215.9375.3246.08
Hex1D64CE5633013d84b2e
Octal351443161266302333011356
Binary111011100100110011101010110110011010011110110001001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D64CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,100,206); }

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

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

 a { background-color: rgb(29,100,206); }

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

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

 span { border-color: rgb(29,100,206); }

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