Html Css Color HEX #1359D0 Denim

📋 copy color: '#1359D0'

red 19 ◦ green 89 ◦ blue 208

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

Shades of Denim #1359D0

Tints of Denim #1359D0

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.16%

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

R = 6.01%
G = 28.16%
B = 65.82%

CMYK

 C value IS 0.91

 M value IS 0.57

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#1359D0 (or 0x1359D0) is known color: Denim. HEX triplet: 13, 59 and D0. RGB value is (19,89,208). Sum of RGB (Red+Green+Blue) = 19+89+208=316 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.01% from 316); Green value is 89 (35.16% from 255 or 28.16% from 316); Blue value is 208 (81.64% from 255 or 65.82% from 316); Max value from RGB is 208 - color contains mainly: blue. Hex color #1359D0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1359D0 is #ECA62F. Grayscale: #515151. Windows color (decimal): -15509040 or 13654291. OLE color: 13654291.

HSL color Cylindrical-coordinate representation of color #1359D0: hue angle of 217.78º 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 #1359D0 is Cyan = 0.91, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 19 89 208 -
CMYK 0.91 0.57 0 0.18
HSL 217.78º 0.83% 0.45% -
HSV(B) 217.78º 0.91% 0.82% -
XYZ 15.23 11.84 61.16 -
YUV 81.64 199.31 83.32 -
System Red Green Blue C M Y K H S L
Decimal 19 89 208 0.91 0.57 0 0.18 217.78 0.83 0.45
Hex 13 59 D0 5B 39 0 12 DA 53 2D
Octal 23 131 320 133 71 0 22 332 123 55
Binary 10011 1011001 11010000 1011011 111001 0 10010 11011010 1010011 101101

Color Harmonies of #1359D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1359D0

Black with #1359D0

Text Example


Text Example

White with #1359D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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