Html Css Color HEX #1A76BA Denim

📋 copy color: '#1A76BA'

red 26 ◦ green 118 ◦ blue 186

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

Shades of Denim #1A76BA

Tints of Denim #1A76BA

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.76%

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

R = 7.88%
G = 35.76%
B = 56.36%

CMYK

 C value IS 0.86

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1A76BA (or 0x1A76BA) is known color: Denim. HEX triplet: 1A, 76 and BA. RGB value is (26,118,186). Sum of RGB (Red+Green+Blue) = 26+118+186=330 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.88% from 330); Green value is 118 (46.48% from 255 or 35.76% from 330); Blue value is 186 (73.05% from 255 or 56.36% from 330); Max value from RGB is 186 - color contains mainly: blue. Hex color #1A76BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A76BA is #E58945. Grayscale: #616161. Windows color (decimal): -15042886 or 12219930. OLE color: 12219930.

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

Color convert

RGB 26 118 186 -
CMYK 0.86 0.37 0 0.27
HSL 205.5º 0.75% 0.42% -
HSV(B) 205.5º 0.86% 0.73% -
XYZ 15.77 16.72 48.85 -
YUV 98.24 177.52 76.47 -
System Red Green Blue C M Y K H S L
Decimal 26 118 186 0.86 0.37 0 0.27 205.5 0.75 0.42
Hex 1A 76 BA 56 25 0 1B CE 4B 2A
Octal 32 166 272 126 45 0 33 316 113 52
Binary 11010 1110110 10111010 1010110 100101 0 11011 11001110 1001011 101010

Color Harmonies of #1A76BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A76BA

Black with #1A76BA

Text Example


Text Example

White with #1A76BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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