#1d65d2

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

Shades of Denim #1D65D2

Tints of Denim #1D65D2

Color information

#1D65D2 (or 0x1D65D2) is unknown color: approx Denim. HEX triplet: 1D, 65 and D2. RGB value is (29,101,210). Sum of RGB (Red+Green+Blue) = 29+101+210=340 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.53% from 340); Green value is 101 (39.84% from 255 or 29.71% from 340); Blue value is 210 (82.42% from 255 or 61.76% from 340); Max value from RGB is 210 - color contains mainly: blue. Hex color #1D65D2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D65D2 is #E29A2D. Grayscale: #5B5B5B. Windows color (decimal): -14850606 or 13788445. OLE color: 13788445.

HSL color Cylindrical-coordinate representation of color #1D65D2: hue angle of 216.13º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D65D2 is Cyan = 0.86, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB29101210-
CMYK0.860.5200.18
HSL216.13º75.73%46.86%-
HSV(B)216.13º86.19%82.35%-
XYZ16.7914.2262.83-
YUV91.9194.6583.14-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 8.53%
GREEN value IS 101 (39.84% from 255) = 29.71%
BLUE value IS 210 (82.42% from 255) = 61.76%
R=8.53%
G=29.71%
B=61.76%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal291012100.860.5200.18216.1375.7346.86
Hex1D65D25634012d84c2f
Octal351453221266402233011457
Binary111011100101110100101010110110100010010110110001001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1d65d2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,101,210); }

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

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

 a { background-color: rgb(29,101,210); }

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

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

 span { border-color: rgb(29,101,210); }

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