Html Css Color HEX #1A5DBA Denim

📋 copy color: '#1A5DBA'

red 26 ◦ green 93 ◦ blue 186

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

Shades of Denim #1A5DBA

Tints of Denim #1A5DBA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 30.49%

 BLUE value IS 186 (73.05% from 255) = 60.98%

R = 8.52%
G = 30.49%
B = 60.98%

CMYK

 C value IS 0.86

 M value IS 0.5

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1A5DBA (or 0x1A5DBA) is known color: Denim. HEX triplet: 1A, 5D and BA. RGB value is (26,93,186). Sum of RGB (Red+Green+Blue) = 26+93+186=305 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.52% from 305); Green value is 93 (36.72% from 255 or 30.49% from 305); Blue value is 186 (73.05% from 255 or 60.98% from 305); Max value from RGB is 186 - color contains mainly: blue. Hex color #1A5DBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A5DBA is #E5A245. Grayscale: #535353. Windows color (decimal): -15049286 or 12213530. OLE color: 12213530.

HSL color Cylindrical-coordinate representation of color #1A5DBA: hue angle of 214.88º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1A5DBA is Cyan = 0.86, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 26 93 186 -
CMYK 0.86 0.5 0 0.27
HSL 214.88º 0.75% 0.42% -
HSV(B) 214.88º 0.86% 0.73% -
XYZ 13.2 11.59 48 -
YUV 83.57 185.8 86.94 -
System Red Green Blue C M Y K H S L
Decimal 26 93 186 0.86 0.5 0 0.27 214.88 0.75 0.42
Hex 1A 5D BA 56 32 0 1B D7 4B 2A
Octal 32 135 272 126 62 0 33 327 113 52
Binary 11010 1011101 10111010 1010110 110010 0 11011 11010111 1001011 101010

Color Harmonies of #1A5DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A5DBA

Black with #1A5DBA

Text Example


Text Example

White with #1A5DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,93,186); }

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

background-color css

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

 a { background-color: rgb(26,93,186); }

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

border-color css

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

 span { border-color: rgb(26,93,186); }

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