Html Css Color HEX #1A58BE Denim

📋 copy color: '#1A58BE'

red 26 ◦ green 88 ◦ blue 190

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

Shades of Denim #1A58BE

Tints of Denim #1A58BE

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.95%

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

R = 8.55%
G = 28.95%
B = 62.5%

CMYK

 C value IS 0.86

 M value IS 0.54

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1A58BE (or 0x1A58BE) is known color: Denim. HEX triplet: 1A, 58 and BE. RGB value is (26,88,190). Sum of RGB (Red+Green+Blue) = 26+88+190=304 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.55% from 304); Green value is 88 (34.77% from 255 or 28.95% from 304); Blue value is 190 (74.61% from 255 or 62.5% from 304); Max value from RGB is 190 - color contains mainly: blue. Hex color #1A58BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A58BE is #E5A741. Grayscale: #505050. Windows color (decimal): -15050562 or 12474394. OLE color: 12474394.

HSL color Cylindrical-coordinate representation of color #1A58BE: hue angle of 217.32º 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 #1A58BE is Cyan = 0.86, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 26 88 190 -
CMYK 0.86 0.54 0 0.25
HSL 217.32º 0.76% 0.42% -
HSV(B) 217.32º 0.86% 0.75% -
XYZ 13.21 10.92 50.13 -
YUV 81.09 189.46 88.71 -
System Red Green Blue C M Y K H S L
Decimal 26 88 190 0.86 0.54 0 0.25 217.32 0.76 0.42
Hex 1A 58 BE 56 36 0 19 D9 4C 2A
Octal 32 130 276 126 66 0 31 331 114 52
Binary 11010 1011000 10111110 1010110 110110 0 11001 11011001 1001100 101010

Color Harmonies of #1A58BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A58BE

Black with #1A58BE

Text Example


Text Example

White with #1A58BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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