Html Css Color HEX #1373BE Denim

📋 copy color: '#1373BE'

red 19 ◦ green 115 ◦ blue 190

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

Shades of Denim #1373BE

Tints of Denim #1373BE

RGB

 RED value IS 19 (7.81% from 255) = 5.86%

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

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

R = 5.86%
G = 35.49%
B = 58.64%

CMYK

 C value IS 0.90

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1373BE (or 0x1373BE) is known color: Denim. HEX triplet: 13, 73 and BE. RGB value is (19,115,190). Sum of RGB (Red+Green+Blue) = 19+115+190=324 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.86% from 324); Green value is 115 (45.31% from 255 or 35.49% from 324); Blue value is 190 (74.61% from 255 or 58.64% from 324); Max value from RGB is 190 - color contains mainly: blue. Hex color #1373BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1373BE is #EC8C41. Grayscale: #5E5E5E. Windows color (decimal): -15502402 or 12481299. OLE color: 12481299.

HSL color Cylindrical-coordinate representation of color #1373BE: hue angle of 206.32º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1373BE is Cyan = 0.90, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 19 115 190 -
CMYK 0.90 0.39 0 0.25
HSL 206.32º 0.82% 0.41% -
HSV(B) 206.32º 0.9% 0.75% -
XYZ 15.69 16.12 51 -
YUV 94.85 181.7 73.9 -
System Red Green Blue C M Y K H S L
Decimal 19 115 190 0.90 0.39 0 0.25 206.32 0.82 0.41
Hex 13 73 BE 5A 27 0 19 CE 52 29
Octal 23 163 276 132 47 0 31 316 122 51
Binary 10011 1110011 10111110 1011010 100111 0 11001 11001110 1010010 101001

Color Harmonies of #1373BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1373BE

Black with #1373BE

Text Example


Text Example

White with #1373BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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