Html Css Color HEX #1A53BE Denim

📋 copy color: '#1A53BE'

red 26 ◦ green 83 ◦ blue 190

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

Shades of Denim #1A53BE

Tints of Denim #1A53BE

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.76%

 BLUE value IS 190 (74.61% from 255) = 63.55%

R = 8.7%
G = 27.76%
B = 63.55%

CMYK

 C value IS 0.86

 M value IS 0.56

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1A53BE (or 0x1A53BE) is known color: Denim. HEX triplet: 1A, 53 and BE. RGB value is (26,83,190). Sum of RGB (Red+Green+Blue) = 26+83+190=299 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.70% from 299); Green value is 83 (32.81% from 255 or 27.76% from 299); Blue value is 190 (74.61% from 255 or 63.55% from 299); Max value from RGB is 190 - color contains mainly: blue. Hex color #1A53BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A53BE is #E5AC41. Grayscale: #4D4D4D. Windows color (decimal): -15051842 or 12473114. OLE color: 12473114.

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

Color convert

RGB 26 83 190 -
CMYK 0.86 0.56 0 0.25
HSL 219.15º 0.76% 0.42% -
HSV(B) 219.15º 0.86% 0.75% -
XYZ 12.81 10.12 49.99 -
YUV 78.16 191.12 90.8 -
System Red Green Blue C M Y K H S L
Decimal 26 83 190 0.86 0.56 0 0.25 219.15 0.76 0.42
Hex 1A 53 BE 56 38 0 19 DB 4C 2A
Octal 32 123 276 126 70 0 31 333 114 52
Binary 11010 1010011 10111110 1010110 111000 0 11001 11011011 1001100 101010

Color Harmonies of #1A53BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A53BE

Black with #1A53BE

Text Example


Text Example

White with #1A53BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,83,190); }

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

background-color css

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

 a { background-color: rgb(26,83,190); }

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

border-color css

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

 span { border-color: rgb(26,83,190); }

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