Html Css Color HEX #1355AC Denim

📋 copy color: '#1355AC'

red 19 ◦ green 85 ◦ blue 172

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

Shades of Denim #1355AC

Tints of Denim #1355AC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.8%

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

R = 6.88%
G = 30.8%
B = 62.32%

CMYK

 C value IS 0.89

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1355AC (or 0x1355AC) is known color: Denim. HEX triplet: 13, 55 and AC. RGB value is (19,85,172). Sum of RGB (Red+Green+Blue) = 19+85+172=276 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.88% from 276); Green value is 85 (33.59% from 255 or 30.80% from 276); Blue value is 172 (67.58% from 255 or 62.32% from 276); Max value from RGB is 172 - color contains mainly: blue. Hex color #1355AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1355AC is #ECAA53. Grayscale: #4A4A4A. Windows color (decimal): -15510100 or 11293971. OLE color: 11293971.

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

Color convert

RGB 19 85 172 -
CMYK 0.89 0.51 0 0.33
HSL 214.12º 0.8% 0.37% -
HSV(B) 214.12º 0.89% 0.67% -
XYZ 10.96 9.61 40.31 -
YUV 75.18 182.63 87.93 -
System Red Green Blue C M Y K H S L
Decimal 19 85 172 0.89 0.51 0 0.33 214.12 0.8 0.37
Hex 13 55 AC 59 33 0 21 D6 50 25
Octal 23 125 254 131 63 0 41 326 120 45
Binary 10011 1010101 10101100 1011001 110011 0 100001 11010110 1010000 100101

Color Harmonies of #1355AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1355AC

Black with #1355AC

Text Example


Text Example

White with #1355AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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