Html Css Color HEX #1854AE Denim

📋 copy color: '#1854AE'

red 24 ◦ green 84 ◦ blue 174

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

Shades of Denim #1854AE

Tints of Denim #1854AE

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.79%

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

R = 8.51%
G = 29.79%
B = 61.7%

CMYK

 C value IS 0.86

 M value IS 0.52

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1854AE (or 0x1854AE) is known color: Denim. HEX triplet: 18, 54 and AE. RGB value is (24,84,174). Sum of RGB (Red+Green+Blue) = 24+84+174=282 (37% of max value = 765). Red value is 24 (9.77% from 255 or 8.51% from 282); Green value is 84 (33.20% from 255 or 29.79% from 282); Blue value is 174 (68.36% from 255 or 61.70% from 282); Max value from RGB is 174 - color contains mainly: blue. Hex color #1854AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1854AE is #E7AB51. Grayscale: #4B4B4B. Windows color (decimal): -15182674 or 11424792. OLE color: 11424792.

HSL color Cylindrical-coordinate representation of color #1854AE: hue angle of 216º 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 #1854AE is Cyan = 0.86, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 24 84 174 -
CMYK 0.86 0.52 0 0.32
HSL 216º 0.76% 0.39% -
HSV(B) 216º 0.86% 0.68% -
XYZ 11.19 9.59 41.31 -
YUV 76.32 183.12 90.68 -
System Red Green Blue C M Y K H S L
Decimal 24 84 174 0.86 0.52 0 0.32 216 0.76 0.39
Hex 18 54 AE 56 34 0 20 D8 4C 27
Octal 30 124 256 126 64 0 40 330 114 47
Binary 11000 1010100 10101110 1010110 110100 0 100000 11011000 1001100 100111

Color Harmonies of #1854AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1854AE

Black with #1854AE

Text Example


Text Example

White with #1854AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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