Html Css Color HEX #1264AE Denim

📋 copy color: '#1264AE'

red 18 ◦ green 100 ◦ blue 174

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

Shades of Denim #1264AE

Tints of Denim #1264AE

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.25%

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

R = 6.16%
G = 34.25%
B = 59.59%

CMYK

 C value IS 0.90

 M value IS 0.43

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1264AE (or 0x1264AE) is known color: Denim. HEX triplet: 12, 64 and AE. RGB value is (18,100,174). Sum of RGB (Red+Green+Blue) = 18+100+174=292 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.16% from 292); Green value is 100 (39.45% from 255 or 34.25% from 292); Blue value is 174 (68.36% from 255 or 59.59% from 292); Max value from RGB is 174 - color contains mainly: blue. Hex color #1264AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1264AE is #ED9B51. Grayscale: #535353. Windows color (decimal): -15571794 or 11428882. OLE color: 11428882.

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

Color convert

RGB 18 100 174 -
CMYK 0.90 0.43 0 0.32
HSL 208.46º 0.81% 0.38% -
HSV(B) 208.46º 0.9% 0.68% -
XYZ 12.45 12.3 41.76 -
YUV 83.92 178.83 80.98 -
System Red Green Blue C M Y K H S L
Decimal 18 100 174 0.90 0.43 0 0.32 208.46 0.81 0.38
Hex 12 64 AE 5A 2B 0 20 D0 51 26
Octal 22 144 256 132 53 0 40 320 121 46
Binary 10010 1100100 10101110 1011010 101011 0 100000 11010000 1010001 100110

Color Harmonies of #1264AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1264AE

Black with #1264AE

Text Example


Text Example

White with #1264AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,100,174); }

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

background-color css

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

 a { background-color: rgb(18,100,174); }

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

border-color css

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

 span { border-color: rgb(18,100,174); }

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