Html Css Color HEX #1D5AB8 Denim

📋 copy color: '#1D5AB8'

red 29 ◦ green 90 ◦ blue 184

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

Shades of Denim #1D5AB8

Tints of Denim #1D5AB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 60.73%

R = 9.57%
G = 29.7%
B = 60.73%

CMYK

 C value IS 0.84

 M value IS 0.51

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#1D5AB8 (or 0x1D5AB8) is known color: Denim. HEX triplet: 1D, 5A and B8. RGB value is (29,90,184). Sum of RGB (Red+Green+Blue) = 29+90+184=303 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.57% from 303); Green value is 90 (35.55% from 255 or 29.70% from 303); Blue value is 184 (72.27% from 255 or 60.73% from 303); Max value from RGB is 184 - color contains mainly: blue. Hex color #1D5AB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D5AB8 is #E2A547. Grayscale: #525252. Windows color (decimal): -14853448 or 12081693. OLE color: 12081693.

HSL color Cylindrical-coordinate representation of color #1D5AB8: hue angle of 216.39º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1D5AB8 is Cyan = 0.84, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 29 90 184 -
CMYK 0.84 0.51 0 0.28
HSL 216.39º 0.73% 0.42% -
HSV(B) 216.39º 0.84% 0.72% -
XYZ 12.81 11.03 46.8 -
YUV 82.48 185.29 89.86 -
System Red Green Blue C M Y K H S L
Decimal 29 90 184 0.84 0.51 0 0.28 216.39 0.73 0.42
Hex 1D 5A B8 54 33 0 1C D8 49 2A
Octal 35 132 270 124 63 0 34 330 111 52
Binary 11101 1011010 10111000 1010100 110011 0 11100 11011000 1001001 101010

Color Harmonies of #1D5AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D5AB8

Black with #1D5AB8

Text Example


Text Example

White with #1D5AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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