Html Css Color HEX #1265AD Denim

📋 copy color: '#1265AD'

red 18 ◦ green 101 ◦ blue 173

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

Shades of Denim #1265AD

Tints of Denim #1265AD

RGB

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

 GREEN value IS 101 (39.84% from 255) = 34.59%

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

R = 6.16%
G = 34.59%
B = 59.25%

CMYK

 C value IS 0.90

 M value IS 0.42

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1265AD (or 0x1265AD) is known color: Denim. HEX triplet: 12, 65 and AD. RGB value is (18,101,173). Sum of RGB (Red+Green+Blue) = 18+101+173=292 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.16% from 292); Green value is 101 (39.84% from 255 or 34.59% from 292); Blue value is 173 (67.97% from 255 or 59.25% from 292); Max value from RGB is 173 - color contains mainly: blue. Hex color #1265AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1265AD is #ED9A52. Grayscale: #545454. Windows color (decimal): -15571539 or 11363602. OLE color: 11363602.

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

Color convert

RGB 18 101 173 -
CMYK 0.90 0.42 0 0.32
HSL 207.87º 0.81% 0.37% -
HSV(B) 207.87º 0.9% 0.68% -
XYZ 12.45 12.45 41.28 -
YUV 84.39 178 80.65 -
System Red Green Blue C M Y K H S L
Decimal 18 101 173 0.90 0.42 0 0.32 207.87 0.81 0.37
Hex 12 65 AD 5A 2A 0 20 D0 51 25
Octal 22 145 255 132 52 0 40 320 121 45
Binary 10010 1100101 10101101 1011010 101010 0 100000 11010000 1010001 100101

Color Harmonies of #1265AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1265AD

Black with #1265AD

Text Example


Text Example

White with #1265AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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