Html Css Color HEX #1365AD Denim

📋 copy color: '#1365AD'

red 19 ◦ green 101 ◦ blue 173

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

Shades of Denim #1365AD

Tints of Denim #1365AD

RGB

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

 GREEN value IS 101 (39.84% from 255) = 34.47%

 BLUE value IS 173 (67.97% from 255) = 59.04%

R = 6.48%
G = 34.47%
B = 59.04%

CMYK

 C value IS 0.89

 M value IS 0.42

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1365AD (or 0x1365AD) is known color: Denim. HEX triplet: 13, 65 and AD. RGB value is (19,101,173). Sum of RGB (Red+Green+Blue) = 19+101+173=293 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.48% from 293); Green value is 101 (39.84% from 255 or 34.47% from 293); Blue value is 173 (67.97% from 255 or 59.04% from 293); Max value from RGB is 173 - color contains mainly: blue. Hex color #1365AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1365AD is #EC9A52. Grayscale: #545454. Windows color (decimal): -15506003 or 11363603. OLE color: 11363603.

HSL color Cylindrical-coordinate representation of color #1365AD: hue angle of 208.05º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1365AD is Cyan = 0.89, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 19 101 173 -
CMYK 0.89 0.42 0 0.32
HSL 208.05º 0.8% 0.38% -
HSV(B) 208.05º 0.89% 0.68% -
XYZ 12.47 12.46 41.28 -
YUV 84.69 177.83 81.15 -
System Red Green Blue C M Y K H S L
Decimal 19 101 173 0.89 0.42 0 0.32 208.05 0.8 0.38
Hex 13 65 AD 59 2A 0 20 D0 50 26
Octal 23 145 255 131 52 0 40 320 120 46
Binary 10011 1100101 10101101 1011001 101010 0 100000 11010000 1010000 100110

Color Harmonies of #1365AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1365AD

Black with #1365AD

Text Example


Text Example

White with #1365AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1365AD; }

 p { color: rgb(19,101,173); }

 H1.HeaderClassName
 {
   color: #1365AD;
 }
 .AnyTagClassName
 {
   color: #1365AD;
 }
</style>

background-color css

<style>
 a { background-color: #1365AD; }

 a { background-color: rgb(19,101,173); }

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

border-color css

<style>
 span { border-color: #1365AD; }

 span { border-color: rgb(19,101,173); }

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