Html Css Color HEX #1353BD Denim

📋 copy color: '#1353BD'

red 19 ◦ green 83 ◦ blue 189

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

Shades of Denim #1353BD

Tints of Denim #1353BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 64.95%

R = 6.53%
G = 28.52%
B = 64.95%

CMYK

 C value IS 0.90

 M value IS 0.56

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1353BD (or 0x1353BD) is known color: Denim. HEX triplet: 13, 53 and BD. RGB value is (19,83,189). Sum of RGB (Red+Green+Blue) = 19+83+189=291 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.53% from 291); Green value is 83 (32.81% from 255 or 28.52% from 291); Blue value is 189 (74.22% from 255 or 64.95% from 291); Max value from RGB is 189 - color contains mainly: blue. Hex color #1353BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1353BD is #ECAC42. Grayscale: #4B4B4B. Windows color (decimal): -15510595 or 12407571. OLE color: 12407571.

HSL color Cylindrical-coordinate representation of color #1353BD: hue angle of 217.41º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1353BD is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 19 83 189 -
CMYK 0.90 0.56 0 0.26
HSL 217.41º 0.82% 0.41% -
HSV(B) 217.41º 0.9% 0.74% -
XYZ 12.55 10 49.41 -
YUV 75.95 191.8 87.38 -
System Red Green Blue C M Y K H S L
Decimal 19 83 189 0.90 0.56 0 0.26 217.41 0.82 0.41
Hex 13 53 BD 5A 38 0 1A D9 52 29
Octal 23 123 275 132 70 0 32 331 122 51
Binary 10011 1010011 10111101 1011010 111000 0 11010 11011001 1010010 101001

Color Harmonies of #1353BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1353BD

Black with #1353BD

Text Example


Text Example

White with #1353BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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