Html Css Color HEX #1479BA Denim

📋 copy color: '#1479BA'

red 20 ◦ green 121 ◦ blue 186

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

Shades of Denim #1479BA

Tints of Denim #1479BA

RGB

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

 GREEN value IS 121 (47.66% from 255) = 37%

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

R = 6.12%
G = 37%
B = 56.88%

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

#1479BA (or 0x1479BA) is known color: Denim. HEX triplet: 14, 79 and BA. RGB value is (20,121,186). Sum of RGB (Red+Green+Blue) = 20+121+186=327 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.12% from 327); Green value is 121 (47.66% from 255 or 37.00% from 327); Blue value is 186 (73.05% from 255 or 56.88% from 327); Max value from RGB is 186 - color contains mainly: blue. Hex color #1479BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1479BA is #EB8645. Grayscale: #616161. Windows color (decimal): -15435334 or 12220692. OLE color: 12220692.

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

Color convert

RGB 20 121 186 -
CMYK 0.89 0.35 0 0.27
HSL 203.49º 0.81% 0.4% -
HSV(B) 203.49º 0.89% 0.73% -
XYZ 15.99 17.37 48.96 -
YUV 98.21 177.54 72.21 -
System Red Green Blue C M Y K H S L
Decimal 20 121 186 0.89 0.35 0 0.27 203.49 0.81 0.4
Hex 14 79 BA 59 23 0 1B CB 51 28
Octal 24 171 272 131 43 0 33 313 121 50
Binary 10100 1111001 10111010 1011001 100011 0 11011 11001011 1010001 101000

Color Harmonies of #1479BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1479BA

Black with #1479BA

Text Example


Text Example

White with #1479BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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