Html Css Color HEX #1479BC Denim

📋 copy color: '#1479BC'

red 20 ◦ green 121 ◦ blue 188

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

Shades of Denim #1479BC

Tints of Denim #1479BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 57.14%

R = 6.08%
G = 36.78%
B = 57.14%

CMYK

 C value IS 0.89

 M value IS 0.36

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1479BC (or 0x1479BC) is known color: Denim. HEX triplet: 14, 79 and BC. RGB value is (20,121,188). Sum of RGB (Red+Green+Blue) = 20+121+188=329 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.08% from 329); Green value is 121 (47.66% from 255 or 36.78% from 329); Blue value is 188 (73.83% from 255 or 57.14% from 329); Max value from RGB is 188 - color contains mainly: blue. Hex color #1479BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1479BC is #EB8643. Grayscale: #626262. Windows color (decimal): -15435332 or 12351764. OLE color: 12351764.

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

Color convert

RGB 20 121 188 -
CMYK 0.89 0.36 0 0.26
HSL 203.93º 0.81% 0.41% -
HSV(B) 203.93º 0.89% 0.74% -
XYZ 16.2 17.45 50.09 -
YUV 98.44 178.54 72.05 -
System Red Green Blue C M Y K H S L
Decimal 20 121 188 0.89 0.36 0 0.26 203.93 0.81 0.41
Hex 14 79 BC 59 24 0 1A CC 51 29
Octal 24 171 274 131 44 0 32 314 121 51
Binary 10100 1111001 10111100 1011001 100100 0 11010 11001100 1010001 101001

Color Harmonies of #1479BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1479BC

Black with #1479BC

Text Example


Text Example

White with #1479BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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