Html Css Color HEX #1269AD Denim

📋 copy color: '#1269AD'

red 18 ◦ green 105 ◦ blue 173

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

Shades of Denim #1269AD

Tints of Denim #1269AD

RGB

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

 GREEN value IS 105 (41.41% from 255) = 35.47%

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

R = 6.08%
G = 35.47%
B = 58.45%

CMYK

 C value IS 0.90

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1269AD (or 0x1269AD) is known color: Denim. HEX triplet: 12, 69 and AD. RGB value is (18,105,173). Sum of RGB (Red+Green+Blue) = 18+105+173=296 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.08% from 296); Green value is 105 (41.41% from 255 or 35.47% from 296); Blue value is 173 (67.97% from 255 or 58.45% from 296); Max value from RGB is 173 - color contains mainly: blue. Hex color #1269AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1269AD is #ED9652. Grayscale: #565656. Windows color (decimal): -15570515 or 11364626. OLE color: 11364626.

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

Color convert

RGB 18 105 173 -
CMYK 0.90 0.39 0 0.32
HSL 206.32º 0.81% 0.37% -
HSV(B) 206.32º 0.9% 0.68% -
XYZ 12.84 13.25 41.42 -
YUV 86.74 176.68 78.97 -
System Red Green Blue C M Y K H S L
Decimal 18 105 173 0.90 0.39 0 0.32 206.32 0.81 0.37
Hex 12 69 AD 5A 27 0 20 CE 51 25
Octal 22 151 255 132 47 0 40 316 121 45
Binary 10010 1101001 10101101 1011010 100111 0 100000 11001110 1010001 100101

Color Harmonies of #1269AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1269AD

Black with #1269AD

Text Example


Text Example

White with #1269AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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