Html Css Color HEX #1D5CCE Denim

📋 copy color: '#1D5CCE'

red 29 ◦ green 92 ◦ blue 206

#1D5CCE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Denim #1D5CCE

Tints of Denim #1D5CCE

RGB

 RED value IS 29 (11.72% from 255) = 8.87%

 GREEN value IS 92 (36.33% from 255) = 28.13%

 BLUE value IS 206 (80.86% from 255) = 63%

R = 8.87%
G = 28.13%
B = 63%

CMYK

 C value IS 0.86

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1D5CCE (or 0x1D5CCE) is known color: Denim. HEX triplet: 1D, 5C and CE. RGB value is (29,92,206). Sum of RGB (Red+Green+Blue) = 29+92+206=327 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.87% from 327); Green value is 92 (36.33% from 255 or 28.13% from 327); Blue value is 206 (80.86% from 255 or 63.00% from 327); Max value from RGB is 206 - color contains mainly: blue. Hex color #1D5CCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D5CCE is #E2A331. Grayscale: #555555. Windows color (decimal): -14852914 or 13523997. OLE color: 13523997.

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

Color convert

RGB 29 92 206 -
CMYK 0.86 0.55 0 0.19
HSL 218.64º 0.75% 0.46% -
HSV(B) 218.64º 0.86% 0.81% -
XYZ 15.47 12.37 59.96 -
YUV 86.16 195.63 87.23 -
System Red Green Blue C M Y K H S L
Decimal 29 92 206 0.86 0.55 0 0.19 218.64 0.75 0.46
Hex 1D 5C CE 56 37 0 13 DB 4B 2E
Octal 35 134 316 126 67 0 23 333 113 56
Binary 11101 1011100 11001110 1010110 110111 0 10011 11011011 1001011 101110

Color Harmonies of #1D5CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D5CCE

Black with #1D5CCE

Text Example


Text Example

White with #1D5CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1D5CCE;
 }
 .AnyTagClassName
 {
   color: #1D5CCE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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