#1D65CE

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

Shades of Denim #1D65CE

Tints of Denim #1D65CE

Color information

#1D65CE (or 0x1D65CE) is unknown color: approx Denim. HEX triplet: 1D, 65 and CE. RGB value is (29,101,206). Sum of RGB (Red+Green+Blue) = 29+101+206=336 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.63% from 336); Green value is 101 (39.84% from 255 or 30.06% from 336); Blue value is 206 (80.86% from 255 or 61.31% from 336); Max value from RGB is 206 - color contains mainly: blue. Hex color #1D65CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D65CE is #E29A31. Grayscale: #5A5A5A. Windows color (decimal): -14850610 or 13526301. OLE color: 13526301.

HSL color Cylindrical-coordinate representation of color #1D65CE: hue angle of 215.59º 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 #1D65CE is Cyan = 0.86, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB29101206-
CMYK0.860.5100.19
HSL215.59º75.32%46.08%-
HSV(B)215.59º85.92%80.78%-
XYZ16.314.0260.24-
YUV91.44192.6583.46-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 8.63%
GREEN value IS 101 (39.84% from 255) = 30.06%
BLUE value IS 206 (80.86% from 255) = 61.31%
R=8.63%
G=30.06%
B=61.31%

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
Decimal291012060.860.5100.19215.5975.3246.08
Hex1D65CE5633013d84b2e
Octal351453161266302333011356
Binary111011100101110011101010110110011010011110110001001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D65CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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