Html Css Color HEX #1D5ACE Denim

📋 copy color: '#1D5ACE'

red 29 ◦ green 90 ◦ blue 206

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

Shades of Denim #1D5ACE

Tints of Denim #1D5ACE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.69%

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

R = 8.92%
G = 27.69%
B = 63.38%

CMYK

 C value IS 0.86

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1D5ACE (or 0x1D5ACE) is known color: Denim. HEX triplet: 1D, 5A and CE. RGB value is (29,90,206). Sum of RGB (Red+Green+Blue) = 29+90+206=325 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.92% from 325); Green value is 90 (35.55% from 255 or 27.69% from 325); Blue value is 206 (80.86% from 255 or 63.38% from 325); Max value from RGB is 206 - color contains mainly: blue. Hex color #1D5ACE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D5ACE is #E2A531. Grayscale: #545454. Windows color (decimal): -14853426 or 13523485. OLE color: 13523485.

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

Color convert

RGB 29 90 206 -
CMYK 0.86 0.56 0 0.19
HSL 219.32º 0.75% 0.46% -
HSV(B) 219.32º 0.86% 0.81% -
XYZ 15.3 12.03 59.91 -
YUV 84.99 196.29 88.07 -
System Red Green Blue C M Y K H S L
Decimal 29 90 206 0.86 0.56 0 0.19 219.32 0.75 0.46
Hex 1D 5A CE 56 38 0 13 DB 4B 2E
Octal 35 132 316 126 70 0 23 333 113 56
Binary 11101 1011010 11001110 1010110 111000 0 10011 11011011 1001011 101110

Color Harmonies of #1D5ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D5ACE

Black with #1D5ACE

Text Example


Text Example

White with #1D5ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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