Html Css Color HEX #1474BA Denim

📋 copy color: '#1474BA'

red 20 ◦ green 116 ◦ blue 186

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

Shades of Denim #1474BA

Tints of Denim #1474BA

RGB

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

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

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

R = 6.21%
G = 36.02%
B = 57.76%

CMYK

 C value IS 0.89

 M value IS 0.38

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1474BA (or 0x1474BA) is known color: Denim. HEX triplet: 14, 74 and BA. RGB value is (20,116,186). Sum of RGB (Red+Green+Blue) = 20+116+186=322 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.21% from 322); Green value is 116 (45.70% from 255 or 36.02% from 322); Blue value is 186 (73.05% from 255 or 57.76% from 322); Max value from RGB is 186 - color contains mainly: blue. Hex color #1474BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1474BA is #EB8B45. Grayscale: #5E5E5E. Windows color (decimal): -15436614 or 12219412. OLE color: 12219412.

HSL color Cylindrical-coordinate representation of color #1474BA: hue angle of 205.3º 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 #1474BA is Cyan = 0.89, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 20 116 186 -
CMYK 0.89 0.38 0 0.27
HSL 205.3º 0.81% 0.4% -
HSV(B) 205.3º 0.89% 0.73% -
XYZ 15.4 16.18 48.77 -
YUV 95.28 179.2 74.31 -
System Red Green Blue C M Y K H S L
Decimal 20 116 186 0.89 0.38 0 0.27 205.3 0.81 0.4
Hex 14 74 BA 59 26 0 1B CD 51 28
Octal 24 164 272 131 46 0 33 315 121 50
Binary 10100 1110100 10111010 1011001 100110 0 11011 11001101 1010001 101000

Color Harmonies of #1474BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1474BA

Black with #1474BA

Text Example


Text Example

White with #1474BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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