Html Css Color HEX #1872AE Denim

📋 copy color: '#1872AE'

red 24 ◦ green 114 ◦ blue 174

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

Shades of Denim #1872AE

Tints of Denim #1872AE

RGB

 RED value IS 24 (9.77% from 255) = 7.69%

 GREEN value IS 114 (44.92% from 255) = 36.54%

 BLUE value IS 174 (68.36% from 255) = 55.77%

R = 7.69%
G = 36.54%
B = 55.77%

CMYK

 C value IS 0.86

 M value IS 0.34

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1872AE (or 0x1872AE) is known color: Denim. HEX triplet: 18, 72 and AE. RGB value is (24,114,174). Sum of RGB (Red+Green+Blue) = 24+114+174=312 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.69% from 312); Green value is 114 (44.92% from 255 or 36.54% from 312); Blue value is 174 (68.36% from 255 or 55.77% from 312); Max value from RGB is 174 - color contains mainly: blue. Hex color #1872AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1872AE is #E78D51. Grayscale: #5D5D5D. Windows color (decimal): -15174994 or 11432472. OLE color: 11432472.

HSL color Cylindrical-coordinate representation of color #1872AE: hue angle of 204º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1872AE is Cyan = 0.86, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 24 114 174 -
CMYK 0.86 0.34 0 0.32
HSL 204º 0.76% 0.39% -
HSV(B) 204º 0.86% 0.68% -
XYZ 14.03 15.28 42.25 -
YUV 93.93 173.18 78.12 -
System Red Green Blue C M Y K H S L
Decimal 24 114 174 0.86 0.34 0 0.32 204 0.76 0.39
Hex 18 72 AE 56 22 0 20 CC 4C 27
Octal 30 162 256 126 42 0 40 314 114 47
Binary 11000 1110010 10101110 1010110 100010 0 100000 11001100 1001100 100111

Color Harmonies of #1872AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1872AE

Black with #1872AE

Text Example


Text Example

White with #1872AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1872AE; }

 p { color: rgb(24,114,174); }

 H1.HeaderClassName
 {
   color: #1872AE;
 }
 .AnyTagClassName
 {
   color: #1872AE;
 }
</style>

background-color css

<style>
 a { background-color: #1872AE; }

 a { background-color: rgb(24,114,174); }

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

border-color css

<style>
 span { border-color: #1872AE; }

 span { border-color: rgb(24,114,174); }

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