Html Css Color HEX #1353CB Denim

📋 copy color: '#1353CB'

red 19 ◦ green 83 ◦ blue 203

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

Shades of Denim #1353CB

Tints of Denim #1353CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 66.56%

R = 6.23%
G = 27.21%
B = 66.56%

CMYK

 C value IS 0.91

 M value IS 0.59

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1353CB (or 0x1353CB) is known color: Denim. HEX triplet: 13, 53 and CB. RGB value is (19,83,203). Sum of RGB (Red+Green+Blue) = 19+83+203=305 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.23% from 305); Green value is 83 (32.81% from 255 or 27.21% from 305); Blue value is 203 (79.69% from 255 or 66.56% from 305); Max value from RGB is 203 - color contains mainly: blue. Hex color #1353CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1353CB is #ECAC34. Grayscale: #4D4D4D. Windows color (decimal): -15510581 or 13325075. OLE color: 13325075.

HSL color Cylindrical-coordinate representation of color #1353CB: hue angle of 219.13º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1353CB is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 19 83 203 -
CMYK 0.91 0.59 0 0.20
HSL 219.13º 0.83% 0.44% -
HSV(B) 219.13º 0.91% 0.8% -
XYZ 14.14 10.64 57.81 -
YUV 77.54 198.8 86.24 -
System Red Green Blue C M Y K H S L
Decimal 19 83 203 0.91 0.59 0 0.20 219.13 0.83 0.44
Hex 13 53 CB 5B 3B 0 14 DB 53 2C
Octal 23 123 313 133 73 0 24 333 123 54
Binary 10011 1010011 11001011 1011011 111011 0 10100 11011011 1010011 101100

Color Harmonies of #1353CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1353CB

Black with #1353CB

Text Example


Text Example

White with #1353CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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