Html Css Color HEX #1363AC Denim

📋 copy color: '#1363AC'

red 19 ◦ green 99 ◦ blue 172

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

Shades of Denim #1363AC

Tints of Denim #1363AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 59.31%

R = 6.55%
G = 34.14%
B = 59.31%

CMYK

 C value IS 0.89

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1363AC (or 0x1363AC) is known color: Denim. HEX triplet: 13, 63 and AC. RGB value is (19,99,172). Sum of RGB (Red+Green+Blue) = 19+99+172=290 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.55% from 290); Green value is 99 (39.06% from 255 or 34.14% from 290); Blue value is 172 (67.58% from 255 or 59.31% from 290); Max value from RGB is 172 - color contains mainly: blue. Hex color #1363AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1363AC is #EC9C53. Grayscale: #535353. Windows color (decimal): -15506516 or 11297555. OLE color: 11297555.

HSL color Cylindrical-coordinate representation of color #1363AC: hue angle of 208.63º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1363AC is Cyan = 0.89, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 19 99 172 -
CMYK 0.89 0.42 0 0.33
HSL 208.63º 0.8% 0.37% -
HSV(B) 208.63º 0.89% 0.67% -
XYZ 12.18 12.04 40.71 -
YUV 83.4 178 82.06 -
System Red Green Blue C M Y K H S L
Decimal 19 99 172 0.89 0.42 0 0.33 208.63 0.8 0.37
Hex 13 63 AC 59 2A 0 21 D1 50 25
Octal 23 143 254 131 52 0 41 321 120 45
Binary 10011 1100011 10101100 1011001 101010 0 100001 11010001 1010000 100101

Color Harmonies of #1363AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1363AC

Black with #1363AC

Text Example


Text Example

White with #1363AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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