Html Css Color HEX #1A76BC Denim

📋 copy color: '#1A76BC'

red 26 ◦ green 118 ◦ blue 188

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

Shades of Denim #1A76BC

Tints of Denim #1A76BC

RGB

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

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

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

R = 7.83%
G = 35.54%
B = 56.63%

CMYK

 C value IS 0.86

 M value IS 0.37

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1A76BC (or 0x1A76BC) is known color: Denim. HEX triplet: 1A, 76 and BC. RGB value is (26,118,188). Sum of RGB (Red+Green+Blue) = 26+118+188=332 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.83% from 332); Green value is 118 (46.48% from 255 or 35.54% from 332); Blue value is 188 (73.83% from 255 or 56.63% from 332); Max value from RGB is 188 - color contains mainly: blue. Hex color #1A76BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A76BC is #E58943. Grayscale: #626262. Windows color (decimal): -15042884 or 12351002. OLE color: 12351002.

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

Color convert

RGB 26 118 188 -
CMYK 0.86 0.37 0 0.26
HSL 205.93º 0.76% 0.42% -
HSV(B) 205.93º 0.86% 0.74% -
XYZ 15.98 16.81 49.98 -
YUV 98.47 178.52 76.31 -
System Red Green Blue C M Y K H S L
Decimal 26 118 188 0.86 0.37 0 0.26 205.93 0.76 0.42
Hex 1A 76 BC 56 25 0 1A CE 4C 2A
Octal 32 166 274 126 45 0 32 316 114 52
Binary 11010 1110110 10111100 1010110 100101 0 11010 11001110 1001100 101010

Color Harmonies of #1A76BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A76BC

Black with #1A76BC

Text Example


Text Example

White with #1A76BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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