Html Css Color HEX #1A77BC Denim

📋 copy color: '#1A77BC'

red 26 ◦ green 119 ◦ blue 188

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

Shades of Denim #1A77BC

Tints of Denim #1A77BC

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35.74%

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

R = 7.81%
G = 35.74%
B = 56.46%

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

#1A77BC (or 0x1A77BC) is known color: Denim. HEX triplet: 1A, 77 and BC. RGB value is (26,119,188). Sum of RGB (Red+Green+Blue) = 26+119+188=333 (44% of max value = 765). Red value is 26 (10.55% from 255 or 7.81% from 333); Green value is 119 (46.88% from 255 or 35.74% from 333); Blue value is 188 (73.83% from 255 or 56.46% from 333); Max value from RGB is 188 - color contains mainly: blue. Hex color #1A77BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A77BC is #E58843. Grayscale: #626262. Windows color (decimal): -15042628 or 12351258. OLE color: 12351258.

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

Color convert

RGB 26 119 188 -
CMYK 0.86 0.37 0 0.26
HSL 205.56º 0.76% 0.42% -
HSV(B) 205.56º 0.86% 0.74% -
XYZ 16.1 17.04 50.02 -
YUV 99.06 178.19 75.89 -
System Red Green Blue C M Y K H S L
Decimal 26 119 188 0.86 0.37 0 0.26 205.56 0.76 0.42
Hex 1A 77 BC 56 25 0 1A CE 4C 2A
Octal 32 167 274 126 45 0 32 316 114 52
Binary 11010 1110111 10111100 1010110 100101 0 11010 11001110 1001100 101010

Color Harmonies of #1A77BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A77BC

Black with #1A77BC

Text Example


Text Example

White with #1A77BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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