Html Css Color HEX #1254AD Denim

📋 copy color: '#1254AD'

red 18 ◦ green 84 ◦ blue 173

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

Shades of Denim #1254AD

Tints of Denim #1254AD

RGB

 RED value IS 18 (7.42% from 255) = 6.55%

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

 BLUE value IS 173 (67.97% from 255) = 62.91%

R = 6.55%
G = 30.55%
B = 62.91%

CMYK

 C value IS 0.90

 M value IS 0.51

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1254AD (or 0x1254AD) is known color: Denim. HEX triplet: 12, 54 and AD. RGB value is (18,84,173). Sum of RGB (Red+Green+Blue) = 18+84+173=275 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.55% from 275); Green value is 84 (33.20% from 255 or 30.55% from 275); Blue value is 173 (67.97% from 255 or 62.91% from 275); Max value from RGB is 173 - color contains mainly: blue. Hex color #1254AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1254AD is #EDAB52. Grayscale: #494949. Windows color (decimal): -15575891 or 11359250. OLE color: 11359250.

HSL color Cylindrical-coordinate representation of color #1254AD: hue angle of 214.45º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1254AD is Cyan = 0.90, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 18 84 173 -
CMYK 0.90 0.51 0 0.32
HSL 214.45º 0.81% 0.37% -
HSV(B) 214.45º 0.9% 0.68% -
XYZ 10.96 9.49 40.79 -
YUV 74.41 183.63 87.76 -
System Red Green Blue C M Y K H S L
Decimal 18 84 173 0.90 0.51 0 0.32 214.45 0.81 0.37
Hex 12 54 AD 5A 33 0 20 D6 51 25
Octal 22 124 255 132 63 0 40 326 121 45
Binary 10010 1010100 10101101 1011010 110011 0 100000 11010110 1010001 100101

Color Harmonies of #1254AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1254AD

Black with #1254AD

Text Example


Text Example

White with #1254AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1254AD; }

 p { color: rgb(18,84,173); }

 H1.HeaderClassName
 {
   color: #1254AD;
 }
 .AnyTagClassName
 {
   color: #1254AD;
 }
</style>

background-color css

<style>
 a { background-color: #1254AD; }

 a { background-color: rgb(18,84,173); }

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

border-color css

<style>
 span { border-color: #1254AD; }

 span { border-color: rgb(18,84,173); }

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