Html Css Color HEX #1365AE Denim

📋 copy color: '#1365AE'

red 19 ◦ green 101 ◦ blue 174

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

Shades of Denim #1365AE

Tints of Denim #1365AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 59.18%

R = 6.46%
G = 34.35%
B = 59.18%

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

#1365AE (or 0x1365AE) is known color: Denim. HEX triplet: 13, 65 and AE. RGB value is (19,101,174). Sum of RGB (Red+Green+Blue) = 19+101+174=294 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.46% from 294); Green value is 101 (39.84% from 255 or 34.35% from 294); Blue value is 174 (68.36% from 255 or 59.18% from 294); Max value from RGB is 174 - color contains mainly: blue. Hex color #1365AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1365AE is #EC9A51. Grayscale: #545454. Windows color (decimal): -15506002 or 11429139. OLE color: 11429139.

HSL color Cylindrical-coordinate representation of color #1365AE: hue angle of 208.26º 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 #1365AE is Cyan = 0.89, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 19 101 174 -
CMYK 0.89 0.42 0 0.32
HSL 208.26º 0.8% 0.38% -
HSV(B) 208.26º 0.89% 0.68% -
XYZ 12.56 12.5 41.8 -
YUV 84.8 178.33 81.06 -
System Red Green Blue C M Y K H S L
Decimal 19 101 174 0.89 0.42 0 0.32 208.26 0.8 0.38
Hex 13 65 AE 59 2A 0 20 D0 50 26
Octal 23 145 256 131 52 0 40 320 120 46
Binary 10011 1100101 10101110 1011001 101010 0 100000 11010000 1010000 100110

Color Harmonies of #1365AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1365AE

Black with #1365AE

Text Example


Text Example

White with #1365AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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