Html Css Color HEX #1479BE Denim

📋 copy color: '#1479BE'

red 20 ◦ green 121 ◦ blue 190

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

Shades of Denim #1479BE

Tints of Denim #1479BE

RGB

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

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

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

R = 6.04%
G = 36.56%
B = 57.4%

CMYK

 C value IS 0.89

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1479BE (or 0x1479BE) is known color: Denim. HEX triplet: 14, 79 and BE. RGB value is (20,121,190). Sum of RGB (Red+Green+Blue) = 20+121+190=331 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.04% from 331); Green value is 121 (47.66% from 255 or 36.56% from 331); Blue value is 190 (74.61% from 255 or 57.40% from 331); Max value from RGB is 190 - color contains mainly: blue. Hex color #1479BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1479BE is #EB8641. Grayscale: #626262. Windows color (decimal): -15435330 or 12482836. OLE color: 12482836.

HSL color Cylindrical-coordinate representation of color #1479BE: hue angle of 204.35º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1479BE is Cyan = 0.89, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 20 121 190 -
CMYK 0.89 0.36 0 0.25
HSL 204.35º 0.81% 0.41% -
HSV(B) 204.35º 0.89% 0.75% -
XYZ 16.42 17.54 51.24 -
YUV 98.67 179.54 71.89 -
System Red Green Blue C M Y K H S L
Decimal 20 121 190 0.89 0.36 0 0.25 204.35 0.81 0.41
Hex 14 79 BE 59 24 0 19 CC 51 29
Octal 24 171 276 131 44 0 31 314 121 51
Binary 10100 1111001 10111110 1011001 100100 0 11001 11001100 1010001 101001

Color Harmonies of #1479BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1479BE

Black with #1479BE

Text Example


Text Example

White with #1479BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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