Html Css Color HEX #1A5EBB Denim

📋 copy color: '#1A5EBB'

red 26 ◦ green 94 ◦ blue 187

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

Shades of Denim #1A5EBB

Tints of Denim #1A5EBB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 30.62%

 BLUE value IS 187 (73.44% from 255) = 60.91%

R = 8.47%
G = 30.62%
B = 60.91%

CMYK

 C value IS 0.86

 M value IS 0.50

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1A5EBB (or 0x1A5EBB) is known color: Denim. HEX triplet: 1A, 5E and BB. RGB value is (26,94,187). Sum of RGB (Red+Green+Blue) = 26+94+187=307 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.47% from 307); Green value is 94 (37.11% from 255 or 30.62% from 307); Blue value is 187 (73.44% from 255 or 60.91% from 307); Max value from RGB is 187 - color contains mainly: blue. Hex color #1A5EBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A5EBB is #E5A144. Grayscale: #535353. Windows color (decimal): -15049029 or 12279322. OLE color: 12279322.

HSL color Cylindrical-coordinate representation of color #1A5EBB: hue angle of 214.66º degrees, saturation: 0.76, 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 #1A5EBB is Cyan = 0.86, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 26 94 187 -
CMYK 0.86 0.50 0 0.27
HSL 214.66º 0.76% 0.42% -
HSV(B) 214.66º 0.86% 0.73% -
XYZ 13.4 11.81 48.59 -
YUV 84.27 185.97 86.44 -
System Red Green Blue C M Y K H S L
Decimal 26 94 187 0.86 0.50 0 0.27 214.66 0.76 0.42
Hex 1A 5E BB 56 32 0 1B D7 4C 2A
Octal 32 136 273 126 62 0 33 327 114 52
Binary 11010 1011110 10111011 1010110 110010 0 11011 11010111 1001100 101010

Color Harmonies of #1A5EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A5EBB

Black with #1A5EBB

Text Example


Text Example

White with #1A5EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,94,187); }

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

background-color css

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

 a { background-color: rgb(26,94,187); }

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

border-color css

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

 span { border-color: rgb(26,94,187); }

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