Html Css Color HEX #1368AB Denim

📋 copy color: '#1368AB'

red 19 ◦ green 104 ◦ blue 171

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

Shades of Denim #1368AB

Tints of Denim #1368AB

RGB

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

 GREEN value IS 104 (41.02% from 255) = 35.37%

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

R = 6.46%
G = 35.37%
B = 58.16%

CMYK

 C value IS 0.89

 M value IS 0.39

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1368AB (or 0x1368AB) is known color: Denim. HEX triplet: 13, 68 and AB. RGB value is (19,104,171). Sum of RGB (Red+Green+Blue) = 19+104+171=294 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.46% from 294); Green value is 104 (41.02% from 255 or 35.37% from 294); Blue value is 171 (67.19% from 255 or 58.16% from 294); Max value from RGB is 171 - color contains mainly: blue. Hex color #1368AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1368AB is #EC9754. Grayscale: #555555. Windows color (decimal): -15505237 or 11233299. OLE color: 11233299.

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

Color convert

RGB 19 104 171 -
CMYK 0.89 0.39 0 0.33
HSL 206.45º 0.8% 0.37% -
HSV(B) 206.45º 0.89% 0.67% -
XYZ 12.57 12.98 40.37 -
YUV 86.22 175.84 80.05 -
System Red Green Blue C M Y K H S L
Decimal 19 104 171 0.89 0.39 0 0.33 206.45 0.8 0.37
Hex 13 68 AB 59 27 0 21 CE 50 25
Octal 23 150 253 131 47 0 41 316 120 45
Binary 10011 1101000 10101011 1011001 100111 0 100001 11001110 1010000 100101

Color Harmonies of #1368AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1368AB

Black with #1368AB

Text Example


Text Example

White with #1368AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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