Html Css Color HEX #1360CD Denim

📋 copy color: '#1360CD'

red 19 ◦ green 96 ◦ blue 205

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

Shades of Denim #1360CD

Tints of Denim #1360CD

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30%

 BLUE value IS 205 (80.47% from 255) = 64.06%

R = 5.94%
G = 30%
B = 64.06%

CMYK

 C value IS 0.91

 M value IS 0.53

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1360CD (or 0x1360CD) is known color: Denim. HEX triplet: 13, 60 and CD. RGB value is (19,96,205). Sum of RGB (Red+Green+Blue) = 19+96+205=320 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.94% from 320); Green value is 96 (37.89% from 255 or 30% from 320); Blue value is 205 (80.47% from 255 or 64.06% from 320); Max value from RGB is 205 - color contains mainly: blue. Hex color #1360CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1360CD is #EC9F32. Grayscale: #545454. Windows color (decimal): -15507251 or 13459475. OLE color: 13459475.

HSL color Cylindrical-coordinate representation of color #1360CD: hue angle of 215.16º 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 #1360CD is Cyan = 0.91, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 19 96 205 -
CMYK 0.91 0.53 0 0.20
HSL 215.16º 0.83% 0.44% -
HSV(B) 215.16º 0.91% 0.8% -
XYZ 15.47 12.91 59.43 -
YUV 85.4 195.49 80.64 -
System Red Green Blue C M Y K H S L
Decimal 19 96 205 0.91 0.53 0 0.20 215.16 0.83 0.44
Hex 13 60 CD 5B 35 0 14 D7 53 2C
Octal 23 140 315 133 65 0 24 327 123 54
Binary 10011 1100000 11001101 1011011 110101 0 10100 11010111 1010011 101100

Color Harmonies of #1360CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1360CD

Black with #1360CD

Text Example


Text Example

White with #1360CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1360CD; }

 p { color: rgb(19,96,205); }

 H1.HeaderClassName
 {
   color: #1360CD;
 }
 .AnyTagClassName
 {
   color: #1360CD;
 }
</style>

background-color css

<style>
 a { background-color: #1360CD; }

 a { background-color: rgb(19,96,205); }

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

border-color css

<style>
 span { border-color: #1360CD; }

 span { border-color: rgb(19,96,205); }

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