Html Css Color HEX #1360A5 Denim

📋 copy color: '#1360A5'

red 19 ◦ green 96 ◦ blue 165

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

Shades of Denim #1360A5

Tints of Denim #1360A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 58.93%

R = 6.79%
G = 34.29%
B = 58.93%

CMYK

 C value IS 0.88

 M value IS 0.42

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#1360A5 (or 0x1360A5) is known color: Denim. HEX triplet: 13, 60 and A5. RGB value is (19,96,165). Sum of RGB (Red+Green+Blue) = 19+96+165=280 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.79% from 280); Green value is 96 (37.89% from 255 or 34.29% from 280); Blue value is 165 (64.84% from 255 or 58.93% from 280); Max value from RGB is 165 - color contains mainly: blue. Hex color #1360A5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1360A5 is #EC9F5A. Grayscale: #505050. Windows color (decimal): -15507291 or 10838035. OLE color: 10838035.

HSL color Cylindrical-coordinate representation of color #1360A5: hue angle of 208.36º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1360A5 is Cyan = 0.88, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 19 96 165 -
CMYK 0.88 0.42 0 0.35
HSL 208.36º 0.79% 0.36% -
HSV(B) 208.36º 0.88% 0.65% -
XYZ 11.24 11.22 37.17 -
YUV 80.84 175.49 83.89 -
System Red Green Blue C M Y K H S L
Decimal 19 96 165 0.88 0.42 0 0.35 208.36 0.79 0.36
Hex 13 60 A5 58 2A 0 23 D0 4F 24
Octal 23 140 245 130 52 0 43 320 117 44
Binary 10011 1100000 10100101 1011000 101010 0 100011 11010000 1001111 100100

Color Harmonies of #1360A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1360A5

Black with #1360A5

Text Example


Text Example

White with #1360A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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