Html Css Color HEX #1364AB Denim

📋 copy color: '#1364AB'

red 19 ◦ green 100 ◦ blue 171

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

Shades of Denim #1364AB

Tints of Denim #1364AB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.48%

 BLUE value IS 171 (67.19% from 255) = 58.97%

R = 6.55%
G = 34.48%
B = 58.97%

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

#1364AB (or 0x1364AB) is known color: Denim. HEX triplet: 13, 64 and AB. RGB value is (19,100,171). Sum of RGB (Red+Green+Blue) = 19+100+171=290 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.55% from 290); Green value is 100 (39.45% from 255 or 34.48% from 290); Blue value is 171 (67.19% from 255 or 58.97% from 290); Max value from RGB is 171 - color contains mainly: blue. Hex color #1364AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1364AB is #EC9B54. Grayscale: #535353. Windows color (decimal): -15506261 or 11232275. OLE color: 11232275.

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

Color convert

RGB 19 100 171 -
CMYK 0.89 0.42 0 0.33
HSL 208.03º 0.8% 0.37% -
HSV(B) 208.03º 0.89% 0.67% -
XYZ 12.18 12.19 40.24 -
YUV 83.88 177.16 81.73 -
System Red Green Blue C M Y K H S L
Decimal 19 100 171 0.89 0.42 0 0.33 208.03 0.8 0.37
Hex 13 64 AB 59 2A 0 21 D0 50 25
Octal 23 144 253 131 52 0 41 320 120 45
Binary 10011 1100100 10101011 1011001 101010 0 100001 11010000 1010000 100101

Color Harmonies of #1364AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1364AB

Black with #1364AB

Text Example


Text Example

White with #1364AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1364AB; }

 p { color: rgb(19,100,171); }

 H1.HeaderClassName
 {
   color: #1364AB;
 }
 .AnyTagClassName
 {
   color: #1364AB;
 }
</style>

background-color css

<style>
 a { background-color: #1364AB; }

 a { background-color: rgb(19,100,171); }

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

border-color css

<style>
 span { border-color: #1364AB; }

 span { border-color: rgb(19,100,171); }

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