Html Css Color HEX #1D5BCD Denim

📋 copy color: '#1D5BCD'

red 29 ◦ green 91 ◦ blue 205

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

Shades of Denim #1D5BCD

Tints of Denim #1D5BCD

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28%

 BLUE value IS 205 (80.47% from 255) = 63.08%

R = 8.92%
G = 28%
B = 63.08%

CMYK

 C value IS 0.86

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1D5BCD (or 0x1D5BCD) is known color: Denim. HEX triplet: 1D, 5B and CD. RGB value is (29,91,205). Sum of RGB (Red+Green+Blue) = 29+91+205=325 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.92% from 325); Green value is 91 (35.94% from 255 or 28% from 325); Blue value is 205 (80.47% from 255 or 63.08% from 325); Max value from RGB is 205 - color contains mainly: blue. Hex color #1D5BCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D5BCD is #E2A432. Grayscale: #545454. Windows color (decimal): -14853171 or 13458205. OLE color: 13458205.

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

Color convert

RGB 29 91 205 -
CMYK 0.86 0.56 0 0.20
HSL 218.86º 0.75% 0.46% -
HSV(B) 218.86º 0.86% 0.8% -
XYZ 15.27 12.15 59.3 -
YUV 85.46 195.46 87.73 -
System Red Green Blue C M Y K H S L
Decimal 29 91 205 0.86 0.56 0 0.20 218.86 0.75 0.46
Hex 1D 5B CD 56 38 0 14 DB 4B 2E
Octal 35 133 315 126 70 0 24 333 113 56
Binary 11101 1011011 11001101 1010110 111000 0 10100 11011011 1001011 101110

Color Harmonies of #1D5BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D5BCD

Black with #1D5BCD

Text Example


Text Example

White with #1D5BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,91,205); }

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

background-color css

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

 a { background-color: rgb(29,91,205); }

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

border-color css

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

 span { border-color: rgb(29,91,205); }

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