Html Css Color HEX #1A5BD6 Denim

📋 copy color: '#1A5BD6'

red 26 ◦ green 91 ◦ blue 214

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

Shades of Denim #1A5BD6

Tints of Denim #1A5BD6

RGB

 RED value IS 26 (10.55% from 255) = 7.85%

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

 BLUE value IS 214 (83.98% from 255) = 64.65%

R = 7.85%
G = 27.49%
B = 64.65%

CMYK

 C value IS 0.88

 M value IS 0.57

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#1A5BD6 (or 0x1A5BD6) is known color: Denim. HEX triplet: 1A, 5B and D6. RGB value is (26,91,214). Sum of RGB (Red+Green+Blue) = 26+91+214=331 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.85% from 331); Green value is 91 (35.94% from 255 or 27.49% from 331); Blue value is 214 (83.98% from 255 or 64.65% from 331); Max value from RGB is 214 - color contains mainly: blue. Hex color #1A5BD6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A5BD6 is #E5A429. Grayscale: #555555. Windows color (decimal): -15049770 or 14048026. OLE color: 14048026.

HSL color Cylindrical-coordinate representation of color #1A5BD6: hue angle of 219.26º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A5BD6 is Cyan = 0.88, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 26 91 214 -
CMYK 0.88 0.57 0 0.16
HSL 219.26º 0.78% 0.47% -
HSV(B) 219.26º 0.88% 0.84% -
XYZ 16.3 12.56 65.18 -
YUV 85.59 200.47 85.5 -
System Red Green Blue C M Y K H S L
Decimal 26 91 214 0.88 0.57 0 0.16 219.26 0.78 0.47
Hex 1A 5B D6 58 39 0 10 DB 4E 2F
Octal 32 133 326 130 71 0 20 333 116 57
Binary 11010 1011011 11010110 1011000 111001 0 10000 11011011 1001110 101111

Color Harmonies of #1A5BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A5BD6

Black with #1A5BD6

Text Example


Text Example

White with #1A5BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,91,214); }

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

background-color css

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

 a { background-color: rgb(26,91,214); }

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

border-color css

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

 span { border-color: rgb(26,91,214); }

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