Html Css Color HEX #1363AE Denim

📋 copy color: '#1363AE'

red 19 ◦ green 99 ◦ blue 174

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

Shades of Denim #1363AE

Tints of Denim #1363AE

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33.9%

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

R = 6.51%
G = 33.9%
B = 59.59%

CMYK

 C value IS 0.89

 M value IS 0.43

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1363AE (or 0x1363AE) is known color: Denim. HEX triplet: 13, 63 and AE. RGB value is (19,99,174). Sum of RGB (Red+Green+Blue) = 19+99+174=292 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.51% from 292); Green value is 99 (39.06% from 255 or 33.90% from 292); Blue value is 174 (68.36% from 255 or 59.59% from 292); Max value from RGB is 174 - color contains mainly: blue. Hex color #1363AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1363AE is #EC9C51. Grayscale: #535353. Windows color (decimal): -15506514 or 11428627. OLE color: 11428627.

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

Color convert

RGB 19 99 174 -
CMYK 0.89 0.43 0 0.32
HSL 209.03º 0.8% 0.38% -
HSV(B) 209.03º 0.89% 0.68% -
XYZ 12.37 12.12 41.73 -
YUV 83.63 179 81.9 -
System Red Green Blue C M Y K H S L
Decimal 19 99 174 0.89 0.43 0 0.32 209.03 0.8 0.38
Hex 13 63 AE 59 2B 0 20 D1 50 26
Octal 23 143 256 131 53 0 40 321 120 46
Binary 10011 1100011 10101110 1011001 101011 0 100000 11010001 1010000 100110

Color Harmonies of #1363AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1363AE

Black with #1363AE

Text Example


Text Example

White with #1363AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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