Html Css Color HEX #1477B7 Denim

📋 copy color: '#1477B7'

red 20 ◦ green 119 ◦ blue 183

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

Shades of Denim #1477B7

Tints of Denim #1477B7

RGB

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

 GREEN value IS 119 (46.88% from 255) = 36.96%

 BLUE value IS 183 (71.88% from 255) = 56.83%

R = 6.21%
G = 36.96%
B = 56.83%

CMYK

 C value IS 0.89

 M value IS 0.35

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#1477B7 (or 0x1477B7) is known color: Denim. HEX triplet: 14, 77 and B7. RGB value is (20,119,183). Sum of RGB (Red+Green+Blue) = 20+119+183=322 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.21% from 322); Green value is 119 (46.88% from 255 or 36.96% from 322); Blue value is 183 (71.88% from 255 or 56.83% from 322); Max value from RGB is 183 - color contains mainly: blue. Hex color #1477B7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1477B7 is #EB8848. Grayscale: #606060. Windows color (decimal): -15435849 or 12023572. OLE color: 12023572.

HSL color Cylindrical-coordinate representation of color #1477B7: hue angle of 203.56º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1477B7 is Cyan = 0.89, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 20 119 183 -
CMYK 0.89 0.35 0 0.28
HSL 203.56º 0.8% 0.4% -
HSV(B) 203.56º 0.89% 0.72% -
XYZ 15.43 16.76 47.22 -
YUV 96.7 176.7 73.3 -
System Red Green Blue C M Y K H S L
Decimal 20 119 183 0.89 0.35 0 0.28 203.56 0.8 0.4
Hex 14 77 B7 59 23 0 1C CC 50 28
Octal 24 167 267 131 43 0 34 314 120 50
Binary 10100 1110111 10110111 1011001 100011 0 11100 11001100 1010000 101000

Color Harmonies of #1477B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1477B7

Black with #1477B7

Text Example


Text Example

White with #1477B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1477B7; }

 p { color: rgb(20,119,183); }

 H1.HeaderClassName
 {
   color: #1477B7;
 }
 .AnyTagClassName
 {
   color: #1477B7;
 }
</style>

background-color css

<style>
 a { background-color: #1477B7; }

 a { background-color: rgb(20,119,183); }

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

border-color css

<style>
 span { border-color: #1477B7; }

 span { border-color: rgb(20,119,183); }

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