Html Css Color HEX #1465AC Denim

📋 copy color: '#1465AC'

red 20 ◦ green 101 ◦ blue 172

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

Shades of Denim #1465AC

Tints of Denim #1465AC

RGB

 RED value IS 20 (8.2% from 255) = 6.83%

 GREEN value IS 101 (39.84% from 255) = 34.47%

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

R = 6.83%
G = 34.47%
B = 58.7%

CMYK

 C value IS 0.88

 M value IS 0.41

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1465AC (or 0x1465AC) is known color: Denim. HEX triplet: 14, 65 and AC. RGB value is (20,101,172). Sum of RGB (Red+Green+Blue) = 20+101+172=293 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.83% from 293); Green value is 101 (39.84% from 255 or 34.47% from 293); Blue value is 172 (67.58% from 255 or 58.70% from 293); Max value from RGB is 172 - color contains mainly: blue. Hex color #1465AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1465AC is #EB9A53. Grayscale: #545454. Windows color (decimal): -15440468 or 11298068. OLE color: 11298068.

HSL color Cylindrical-coordinate representation of color #1465AC: hue angle of 208.03º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1465AC is Cyan = 0.88, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 20 101 172 -
CMYK 0.88 0.41 0 0.33
HSL 208.03º 0.79% 0.38% -
HSV(B) 208.03º 0.88% 0.67% -
XYZ 12.39 12.43 40.78 -
YUV 84.88 177.16 81.73 -
System Red Green Blue C M Y K H S L
Decimal 20 101 172 0.88 0.41 0 0.33 208.03 0.79 0.38
Hex 14 65 AC 58 29 0 21 D0 4F 26
Octal 24 145 254 130 51 0 41 320 117 46
Binary 10100 1100101 10101100 1011000 101001 0 100001 11010000 1001111 100110

Color Harmonies of #1465AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1465AC

Black with #1465AC

Text Example


Text Example

White with #1465AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,101,172); }

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

background-color css

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

 a { background-color: rgb(20,101,172); }

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

border-color css

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

 span { border-color: rgb(20,101,172); }

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