Html Css Color HEX #1268AE Denim

📋 copy color: '#1268AE'

red 18 ◦ green 104 ◦ blue 174

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

Shades of Denim #1268AE

Tints of Denim #1268AE

RGB

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

 GREEN value IS 104 (41.02% from 255) = 35.14%

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

R = 6.08%
G = 35.14%
B = 58.78%

CMYK

 C value IS 0.90

 M value IS 0.40

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1268AE (or 0x1268AE) is known color: Denim. HEX triplet: 12, 68 and AE. RGB value is (18,104,174). Sum of RGB (Red+Green+Blue) = 18+104+174=296 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.08% from 296); Green value is 104 (41.02% from 255 or 35.14% from 296); Blue value is 174 (68.36% from 255 or 58.78% from 296); Max value from RGB is 174 - color contains mainly: blue. Hex color #1268AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1268AE is #ED9751. Grayscale: #555555. Windows color (decimal): -15570770 or 11429906. OLE color: 11429906.

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

Color convert

RGB 18 104 174 -
CMYK 0.90 0.40 0 0.32
HSL 206.92º 0.81% 0.38% -
HSV(B) 206.92º 0.9% 0.68% -
XYZ 12.84 13.09 41.89 -
YUV 86.27 177.51 79.31 -
System Red Green Blue C M Y K H S L
Decimal 18 104 174 0.90 0.40 0 0.32 206.92 0.81 0.38
Hex 12 68 AE 5A 28 0 20 CF 51 26
Octal 22 150 256 132 50 0 40 317 121 46
Binary 10010 1101000 10101110 1011010 101000 0 100000 11001111 1010001 100110

Color Harmonies of #1268AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1268AE

Black with #1268AE

Text Example


Text Example

White with #1268AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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