Html Css Color HEX #1373BA Denim

📋 copy color: '#1373BA'

red 19 ◦ green 115 ◦ blue 186

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

Shades of Denim #1373BA

Tints of Denim #1373BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 58.13%

R = 5.94%
G = 35.94%
B = 58.13%

CMYK

 C value IS 0.90

 M value IS 0.38

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1373BA (or 0x1373BA) is known color: Denim. HEX triplet: 13, 73 and BA. RGB value is (19,115,186). Sum of RGB (Red+Green+Blue) = 19+115+186=320 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.94% from 320); Green value is 115 (45.31% from 255 or 35.94% from 320); Blue value is 186 (73.05% from 255 or 58.12% from 320); Max value from RGB is 186 - color contains mainly: blue. Hex color #1373BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1373BA is #EC8C45. Grayscale: #5E5E5E. Windows color (decimal): -15502406 or 12219155. OLE color: 12219155.

HSL color Cylindrical-coordinate representation of color #1373BA: hue angle of 205.51º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1373BA is Cyan = 0.90, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 19 115 186 -
CMYK 0.90 0.38 0 0.27
HSL 205.51º 0.81% 0.4% -
HSV(B) 205.51º 0.9% 0.73% -
XYZ 15.26 15.95 48.73 -
YUV 94.39 179.7 74.23 -
System Red Green Blue C M Y K H S L
Decimal 19 115 186 0.90 0.38 0 0.27 205.51 0.81 0.4
Hex 13 73 BA 5A 26 0 1B CE 51 28
Octal 23 163 272 132 46 0 33 316 121 50
Binary 10011 1110011 10111010 1011010 100110 0 11011 11001110 1010001 101000

Color Harmonies of #1373BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1373BA

Black with #1373BA

Text Example


Text Example

White with #1373BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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