Html Css Color HEX #1478BA Denim

📋 copy color: '#1478BA'

red 20 ◦ green 120 ◦ blue 186

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

Shades of Denim #1478BA

Tints of Denim #1478BA

RGB

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

 GREEN value IS 120 (47.27% from 255) = 36.81%

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

R = 6.13%
G = 36.81%
B = 57.06%

CMYK

 C value IS 0.89

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1478BA (or 0x1478BA) is known color: Denim. HEX triplet: 14, 78 and BA. RGB value is (20,120,186). Sum of RGB (Red+Green+Blue) = 20+120+186=326 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.13% from 326); Green value is 120 (47.27% from 255 or 36.81% from 326); Blue value is 186 (73.05% from 255 or 57.06% from 326); Max value from RGB is 186 - color contains mainly: blue. Hex color #1478BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1478BA is #EB8745. Grayscale: #616161. Windows color (decimal): -15435590 or 12220436. OLE color: 12220436.

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

Color convert

RGB 20 120 186 -
CMYK 0.89 0.35 0 0.27
HSL 203.86º 0.81% 0.4% -
HSV(B) 203.86º 0.89% 0.73% -
XYZ 15.87 17.13 48.92 -
YUV 97.62 177.87 72.63 -
System Red Green Blue C M Y K H S L
Decimal 20 120 186 0.89 0.35 0 0.27 203.86 0.81 0.4
Hex 14 78 BA 59 23 0 1B CC 51 28
Octal 24 170 272 131 43 0 33 314 121 50
Binary 10100 1111000 10111010 1011001 100011 0 11011 11001100 1010001 101000

Color Harmonies of #1478BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1478BA

Black with #1478BA

Text Example


Text Example

White with #1478BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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