Html Css Color HEX #1267AE Denim

📋 copy color: '#1267AE'

red 18 ◦ green 103 ◦ blue 174

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

Shades of Denim #1267AE

Tints of Denim #1267AE

RGB

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

 GREEN value IS 103 (40.63% from 255) = 34.92%

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

R = 6.1%
G = 34.92%
B = 58.98%

CMYK

 C value IS 0.90

 M value IS 0.41

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1267AE (or 0x1267AE) is known color: Denim. HEX triplet: 12, 67 and AE. RGB value is (18,103,174). Sum of RGB (Red+Green+Blue) = 18+103+174=295 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.10% from 295); Green value is 103 (40.62% from 255 or 34.92% from 295); Blue value is 174 (68.36% from 255 or 58.98% from 295); Max value from RGB is 174 - color contains mainly: blue. Hex color #1267AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1267AE is #ED9851. Grayscale: #555555. Windows color (decimal): -15571026 or 11429650. OLE color: 11429650.

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

Color convert

RGB 18 103 174 -
CMYK 0.90 0.41 0 0.32
HSL 207.31º 0.81% 0.38% -
HSV(B) 207.31º 0.9% 0.68% -
XYZ 12.74 12.89 41.86 -
YUV 85.68 177.84 79.73 -
System Red Green Blue C M Y K H S L
Decimal 18 103 174 0.90 0.41 0 0.32 207.31 0.81 0.38
Hex 12 67 AE 5A 29 0 20 CF 51 26
Octal 22 147 256 132 51 0 40 317 121 46
Binary 10010 1100111 10101110 1011010 101001 0 100000 11001111 1010001 100110

Color Harmonies of #1267AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1267AE

Black with #1267AE

Text Example


Text Example

White with #1267AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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