Html Css Color HEX #1355D0 Denim

📋 copy color: '#1355D0'

red 19 ◦ green 85 ◦ blue 208

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

Shades of Denim #1355D0

Tints of Denim #1355D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 66.67%

R = 6.09%
G = 27.24%
B = 66.67%

CMYK

 C value IS 0.91

 M value IS 0.59

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#1355D0 (or 0x1355D0) is known color: Denim. HEX triplet: 13, 55 and D0. RGB value is (19,85,208). Sum of RGB (Red+Green+Blue) = 19+85+208=312 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.09% from 312); Green value is 85 (33.59% from 255 or 27.24% from 312); Blue value is 208 (81.64% from 255 or 66.67% from 312); Max value from RGB is 208 - color contains mainly: blue. Hex color #1355D0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1355D0 is #ECAA2F. Grayscale: #4E4E4E. Windows color (decimal): -15510064 or 13653267. OLE color: 13653267.

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

Color convert

RGB 19 85 208 -
CMYK 0.91 0.59 0 0.18
HSL 219.05º 0.83% 0.45% -
HSV(B) 219.05º 0.91% 0.82% -
XYZ 14.9 11.19 61.05 -
YUV 79.29 200.63 85 -
System Red Green Blue C M Y K H S L
Decimal 19 85 208 0.91 0.59 0 0.18 219.05 0.83 0.45
Hex 13 55 D0 5B 3B 0 12 DB 53 2D
Octal 23 125 320 133 73 0 22 333 123 55
Binary 10011 1010101 11010000 1011011 111011 0 10010 11011011 1010011 101101

Color Harmonies of #1355D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1355D0

Black with #1355D0

Text Example


Text Example

White with #1355D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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