Html Css Color HEX #1353BA Denim

📋 copy color: '#1353BA'

red 19 ◦ green 83 ◦ blue 186

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

Shades of Denim #1353BA

Tints of Denim #1353BA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.82%

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

R = 6.6%
G = 28.82%
B = 64.58%

CMYK

 C value IS 0.90

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1353BA (or 0x1353BA) is known color: Denim. HEX triplet: 13, 53 and BA. RGB value is (19,83,186). Sum of RGB (Red+Green+Blue) = 19+83+186=288 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.60% from 288); Green value is 83 (32.81% from 255 or 28.82% from 288); Blue value is 186 (73.05% from 255 or 64.58% from 288); Max value from RGB is 186 - color contains mainly: blue. Hex color #1353BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1353BA is #ECAC45. Grayscale: #4B4B4B. Windows color (decimal): -15510598 or 12210963. OLE color: 12210963.

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

Color convert

RGB 19 83 186 -
CMYK 0.90 0.55 0 0.27
HSL 217.01º 0.81% 0.4% -
HSV(B) 217.01º 0.9% 0.73% -
XYZ 12.22 9.87 47.72 -
YUV 75.61 190.3 87.62 -
System Red Green Blue C M Y K H S L
Decimal 19 83 186 0.90 0.55 0 0.27 217.01 0.81 0.4
Hex 13 53 BA 5A 37 0 1B D9 51 28
Octal 23 123 272 132 67 0 33 331 121 50
Binary 10011 1010011 10111010 1011010 110111 0 11011 11011001 1010001 101000

Color Harmonies of #1353BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1353BA

Black with #1353BA

Text Example


Text Example

White with #1353BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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