Html Css Color HEX #1A74BB Denim

📋 copy color: '#1A74BB'

red 26 ◦ green 116 ◦ blue 187

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

Shades of Denim #1A74BB

Tints of Denim #1A74BB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.26%

 BLUE value IS 187 (73.44% from 255) = 56.84%

R = 7.9%
G = 35.26%
B = 56.84%

CMYK

 C value IS 0.86

 M value IS 0.38

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1A74BB (or 0x1A74BB) is known color: Denim. HEX triplet: 1A, 74 and BB. RGB value is (26,116,187). Sum of RGB (Red+Green+Blue) = 26+116+187=329 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.90% from 329); Green value is 116 (45.70% from 255 or 35.26% from 329); Blue value is 187 (73.44% from 255 or 56.84% from 329); Max value from RGB is 187 - color contains mainly: blue. Hex color #1A74BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A74BB is #E58B44. Grayscale: #606060. Windows color (decimal): -15043397 or 12284954. OLE color: 12284954.

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

Color convert

RGB 26 116 187 -
CMYK 0.86 0.38 0 0.27
HSL 206.46º 0.76% 0.42% -
HSV(B) 206.46º 0.86% 0.73% -
XYZ 15.64 16.3 49.34 -
YUV 97.18 178.68 77.23 -
System Red Green Blue C M Y K H S L
Decimal 26 116 187 0.86 0.38 0 0.27 206.46 0.76 0.42
Hex 1A 74 BB 56 26 0 1B CE 4C 2A
Octal 32 164 273 126 46 0 33 316 114 52
Binary 11010 1110100 10111011 1010110 100110 0 11011 11001110 1001100 101010

Color Harmonies of #1A74BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A74BB

Black with #1A74BB

Text Example


Text Example

White with #1A74BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,116,187); }

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

background-color css

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

 a { background-color: rgb(26,116,187); }

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

border-color css

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

 span { border-color: rgb(26,116,187); }

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