Html Css Color HEX #1D5AB3 Denim

📋 copy color: '#1D5AB3'

red 29 ◦ green 90 ◦ blue 179

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

Shades of Denim #1D5AB3

Tints of Denim #1D5AB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 60.07%

R = 9.73%
G = 30.2%
B = 60.07%

CMYK

 C value IS 0.84

 M value IS 0.50

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#1D5AB3 (or 0x1D5AB3) is known color: Denim. HEX triplet: 1D, 5A and B3. RGB value is (29,90,179). Sum of RGB (Red+Green+Blue) = 29+90+179=298 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.73% from 298); Green value is 90 (35.55% from 255 or 30.20% from 298); Blue value is 179 (70.31% from 255 or 60.07% from 298); Max value from RGB is 179 - color contains mainly: blue. Hex color #1D5AB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D5AB3 is #E2A54C. Grayscale: #515151. Windows color (decimal): -14853453 or 11754013. OLE color: 11754013.

HSL color Cylindrical-coordinate representation of color #1D5AB3: hue angle of 215.6º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1D5AB3 is Cyan = 0.84, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 29 90 179 -
CMYK 0.84 0.50 0 0.30
HSL 215.6º 0.72% 0.41% -
HSV(B) 215.6º 0.84% 0.7% -
XYZ 12.3 10.83 44.09 -
YUV 81.91 182.79 90.26 -
System Red Green Blue C M Y K H S L
Decimal 29 90 179 0.84 0.50 0 0.30 215.6 0.72 0.41
Hex 1D 5A B3 54 32 0 1E D8 48 29
Octal 35 132 263 124 62 0 36 330 110 51
Binary 11101 1011010 10110011 1010100 110010 0 11110 11011000 1001000 101001

Color Harmonies of #1D5AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D5AB3

Black with #1D5AB3

Text Example


Text Example

White with #1D5AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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