Html Css Color HEX #1A74BE Denim

📋 copy color: '#1A74BE'

red 26 ◦ green 116 ◦ blue 190

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

Shades of Denim #1A74BE

Tints of Denim #1A74BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 57.23%

R = 7.83%
G = 34.94%
B = 57.23%

CMYK

 C value IS 0.86

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1A74BE (or 0x1A74BE) is known color: Denim. HEX triplet: 1A, 74 and BE. RGB value is (26,116,190). Sum of RGB (Red+Green+Blue) = 26+116+190=332 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.83% from 332); Green value is 116 (45.70% from 255 or 34.94% from 332); Blue value is 190 (74.61% from 255 or 57.23% from 332); Max value from RGB is 190 - color contains mainly: blue. Hex color #1A74BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A74BE is #E58B41. Grayscale: #616161. Windows color (decimal): -15043394 or 12481562. OLE color: 12481562.

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

Color convert

RGB 26 116 190 -
CMYK 0.86 0.39 0 0.25
HSL 207.07º 0.76% 0.42% -
HSV(B) 207.07º 0.86% 0.75% -
XYZ 15.97 16.43 51.04 -
YUV 97.53 180.18 76.98 -
System Red Green Blue C M Y K H S L
Decimal 26 116 190 0.86 0.39 0 0.25 207.07 0.76 0.42
Hex 1A 74 BE 56 27 0 19 CF 4C 2A
Octal 32 164 276 126 47 0 31 317 114 52
Binary 11010 1110100 10111110 1010110 100111 0 11001 11001111 1001100 101010

Color Harmonies of #1A74BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A74BE

Black with #1A74BE

Text Example


Text Example

White with #1A74BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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