Html Css Color HEX #1476BA Denim

📋 copy color: '#1476BA'

red 20 ◦ green 118 ◦ blue 186

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

Shades of Denim #1476BA

Tints of Denim #1476BA

RGB

 RED value IS 20 (8.2% from 255) = 6.17%

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

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

R = 6.17%
G = 36.42%
B = 57.41%

CMYK

 C value IS 0.89

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1476BA (or 0x1476BA) is known color: Denim. HEX triplet: 14, 76 and BA. RGB value is (20,118,186). Sum of RGB (Red+Green+Blue) = 20+118+186=324 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.17% from 324); Green value is 118 (46.48% from 255 or 36.42% from 324); Blue value is 186 (73.05% from 255 or 57.41% from 324); Max value from RGB is 186 - color contains mainly: blue. Hex color #1476BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1476BA is #EB8945. Grayscale: #606060. Windows color (decimal): -15436102 or 12219924. OLE color: 12219924.

HSL color Cylindrical-coordinate representation of color #1476BA: hue angle of 204.58º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1476BA is Cyan = 0.89, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 20 118 186 -
CMYK 0.89 0.37 0 0.27
HSL 204.58º 0.81% 0.4% -
HSV(B) 204.58º 0.89% 0.73% -
XYZ 15.63 16.65 48.84 -
YUV 96.45 178.53 73.47 -
System Red Green Blue C M Y K H S L
Decimal 20 118 186 0.89 0.37 0 0.27 204.58 0.81 0.4
Hex 14 76 BA 59 25 0 1B CD 51 28
Octal 24 166 272 131 45 0 33 315 121 50
Binary 10100 1110110 10111010 1011001 100101 0 11011 11001101 1010001 101000

Color Harmonies of #1476BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1476BA

Black with #1476BA

Text Example


Text Example

White with #1476BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1476BA; }

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

 H1.HeaderClassName
 {
   color: #1476BA;
 }
 .AnyTagClassName
 {
   color: #1476BA;
 }
</style>

background-color css

<style>
 a { background-color: #1476BA; }

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

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

border-color css

<style>
 span { border-color: #1476BA; }

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

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