Html Css Color HEX #1A7EBC Denim

📋 copy color: '#1A7EBC'

red 26 ◦ green 126 ◦ blue 188

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

Shades of Denim #1A7EBC

Tints of Denim #1A7EBC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 37.06%

 BLUE value IS 188 (73.83% from 255) = 55.29%

R = 7.65%
G = 37.06%
B = 55.29%

CMYK

 C value IS 0.86

 M value IS 0.33

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1A7EBC (or 0x1A7EBC) is known color: Denim. HEX triplet: 1A, 7E and BC. RGB value is (26,126,188). Sum of RGB (Red+Green+Blue) = 26+126+188=340 (45% of max value = 765). Red value is 26 (10.55% from 255 or 7.65% from 340); Green value is 126 (49.61% from 255 or 37.06% from 340); Blue value is 188 (73.83% from 255 or 55.29% from 340); Max value from RGB is 188 - color contains mainly: blue. Hex color #1A7EBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A7EBC is #E58143. Grayscale: #666666. Windows color (decimal): -15040836 or 12353050. OLE color: 12353050.

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

Color convert

RGB 26 126 188 -
CMYK 0.86 0.33 0 0.26
HSL 202.96º 0.76% 0.42% -
HSV(B) 202.96º 0.86% 0.74% -
XYZ 16.96 18.77 50.31 -
YUV 103.17 175.87 72.96 -
System Red Green Blue C M Y K H S L
Decimal 26 126 188 0.86 0.33 0 0.26 202.96 0.76 0.42
Hex 1A 7E BC 56 21 0 1A CB 4C 2A
Octal 32 176 274 126 41 0 32 313 114 52
Binary 11010 1111110 10111100 1010110 100001 0 11010 11001011 1001100 101010

Color Harmonies of #1A7EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A7EBC

Black with #1A7EBC

Text Example


Text Example

White with #1A7EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,126,188); }

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

background-color css

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

 a { background-color: rgb(26,126,188); }

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

border-color css

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

 span { border-color: rgb(26,126,188); }

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