Html Css Color HEX #1473BE Denim

📋 copy color: '#1473BE'

red 20 ◦ green 115 ◦ blue 190

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

Shades of Denim #1473BE

Tints of Denim #1473BE

RGB

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

 GREEN value IS 115 (45.31% from 255) = 35.38%

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

R = 6.15%
G = 35.38%
B = 58.46%

CMYK

 C value IS 0.89

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1473BE (or 0x1473BE) is known color: Denim. HEX triplet: 14, 73 and BE. RGB value is (20,115,190). Sum of RGB (Red+Green+Blue) = 20+115+190=325 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.15% from 325); Green value is 115 (45.31% from 255 or 35.38% from 325); Blue value is 190 (74.61% from 255 or 58.46% from 325); Max value from RGB is 190 - color contains mainly: blue. Hex color #1473BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1473BE is #EB8C41. Grayscale: #5E5E5E. Windows color (decimal): -15436866 or 12481300. OLE color: 12481300.

HSL color Cylindrical-coordinate representation of color #1473BE: hue angle of 206.47º 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 #1473BE is Cyan = 0.89, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 20 115 190 -
CMYK 0.89 0.39 0 0.25
HSL 206.47º 0.81% 0.41% -
HSV(B) 206.47º 0.89% 0.75% -
XYZ 15.71 16.13 51 -
YUV 95.15 181.53 74.4 -
System Red Green Blue C M Y K H S L
Decimal 20 115 190 0.89 0.39 0 0.25 206.47 0.81 0.41
Hex 14 73 BE 59 27 0 19 CE 51 29
Octal 24 163 276 131 47 0 31 316 121 51
Binary 10100 1110011 10111110 1011001 100111 0 11001 11001110 1010001 101001

Color Harmonies of #1473BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1473BE

Black with #1473BE

Text Example


Text Example

White with #1473BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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