Html Css Color HEX #1355CE Denim

📋 copy color: '#1355CE'

red 19 ◦ green 85 ◦ blue 206

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

Shades of Denim #1355CE

Tints of Denim #1355CE

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.42%

 BLUE value IS 206 (80.86% from 255) = 66.45%

R = 6.13%
G = 27.42%
B = 66.45%

CMYK

 C value IS 0.91

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1355CE (or 0x1355CE) is known color: Denim. HEX triplet: 13, 55 and CE. RGB value is (19,85,206). Sum of RGB (Red+Green+Blue) = 19+85+206=310 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.13% from 310); Green value is 85 (33.59% from 255 or 27.42% from 310); Blue value is 206 (80.86% from 255 or 66.45% from 310); Max value from RGB is 206 - color contains mainly: blue. Hex color #1355CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1355CE is #ECAA31. Grayscale: #4E4E4E. Windows color (decimal): -15510066 or 13522195. OLE color: 13522195.

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

Color convert

RGB 19 85 206 -
CMYK 0.91 0.59 0 0.19
HSL 218.82º 0.83% 0.44% -
HSV(B) 218.82º 0.91% 0.81% -
XYZ 14.66 11.09 59.76 -
YUV 79.06 199.63 85.16 -
System Red Green Blue C M Y K H S L
Decimal 19 85 206 0.91 0.59 0 0.19 218.82 0.83 0.44
Hex 13 55 CE 5B 3B 0 13 DB 53 2C
Octal 23 125 316 133 73 0 23 333 123 54
Binary 10011 1010101 11001110 1011011 111011 0 10011 11011011 1010011 101100

Color Harmonies of #1355CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1355CE

Black with #1355CE

Text Example


Text Example

White with #1355CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1355CE; }

 p { color: rgb(19,85,206); }

 H1.HeaderClassName
 {
   color: #1355CE;
 }
 .AnyTagClassName
 {
   color: #1355CE;
 }
</style>

background-color css

<style>
 a { background-color: #1355CE; }

 a { background-color: rgb(19,85,206); }

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

border-color css

<style>
 span { border-color: #1355CE; }

 span { border-color: rgb(19,85,206); }

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