Html Css Color HEX #1370BA Denim

📋 copy color: '#1370BA'

red 19 ◦ green 112 ◦ blue 186

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

Shades of Denim #1370BA

Tints of Denim #1370BA

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.33%

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

R = 5.99%
G = 35.33%
B = 58.68%

CMYK

 C value IS 0.90

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1370BA (or 0x1370BA) is known color: Denim. HEX triplet: 13, 70 and BA. RGB value is (19,112,186). Sum of RGB (Red+Green+Blue) = 19+112+186=317 (41% of max value = 765). Red value is 19 (7.81% from 255 or 5.99% from 317); Green value is 112 (44.14% from 255 or 35.33% from 317); Blue value is 186 (73.05% from 255 or 58.68% from 317); Max value from RGB is 186 - color contains mainly: blue. Hex color #1370BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1370BA is #EC8F45. Grayscale: #5C5C5C. Windows color (decimal): -15503174 or 12218387. OLE color: 12218387.

HSL color Cylindrical-coordinate representation of color #1370BA: hue angle of 206.59º 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 #1370BA is Cyan = 0.90, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 19 112 186 -
CMYK 0.90 0.40 0 0.27
HSL 206.59º 0.81% 0.4% -
HSV(B) 206.59º 0.9% 0.73% -
XYZ 14.93 15.27 48.62 -
YUV 92.63 180.69 75.48 -
System Red Green Blue C M Y K H S L
Decimal 19 112 186 0.90 0.40 0 0.27 206.59 0.81 0.4
Hex 13 70 BA 5A 28 0 1B CF 51 28
Octal 23 160 272 132 50 0 33 317 121 50
Binary 10011 1110000 10111010 1011010 101000 0 11011 11001111 1010001 101000

Color Harmonies of #1370BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1370BA

Black with #1370BA

Text Example


Text Example

White with #1370BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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