Html Css Color HEX #1366AB Denim

📋 copy color: '#1366AB'

red 19 ◦ green 102 ◦ blue 171

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

Shades of Denim #1366AB

Tints of Denim #1366AB

RGB

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

 GREEN value IS 102 (40.23% from 255) = 34.93%

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

R = 6.51%
G = 34.93%
B = 58.56%

CMYK

 C value IS 0.89

 M value IS 0.40

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1366AB (or 0x1366AB) is known color: Denim. HEX triplet: 13, 66 and AB. RGB value is (19,102,171). Sum of RGB (Red+Green+Blue) = 19+102+171=292 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.51% from 292); Green value is 102 (40.23% from 255 or 34.93% from 292); Blue value is 171 (67.19% from 255 or 58.56% from 292); Max value from RGB is 171 - color contains mainly: blue. Hex color #1366AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1366AB is #EC9954. Grayscale: #545454. Windows color (decimal): -15505749 or 11232787. OLE color: 11232787.

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

Color convert

RGB 19 102 171 -
CMYK 0.89 0.40 0 0.33
HSL 207.24º 0.8% 0.37% -
HSV(B) 207.24º 0.89% 0.67% -
XYZ 12.37 12.58 40.3 -
YUV 85.05 176.5 80.89 -
System Red Green Blue C M Y K H S L
Decimal 19 102 171 0.89 0.40 0 0.33 207.24 0.8 0.37
Hex 13 66 AB 59 28 0 21 CF 50 25
Octal 23 146 253 131 50 0 41 317 120 45
Binary 10011 1100110 10101011 1011001 101000 0 100001 11001111 1010000 100101

Color Harmonies of #1366AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1366AB

Black with #1366AB

Text Example


Text Example

White with #1366AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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