Html Css Color HEX #1265AA Denim

📋 copy color: '#1265AA'

red 18 ◦ green 101 ◦ blue 170

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

Shades of Denim #1265AA

Tints of Denim #1265AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 58.82%

R = 6.23%
G = 34.95%
B = 58.82%

CMYK

 C value IS 0.89

 M value IS 0.41

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1265AA (or 0x1265AA) is known color: Denim. HEX triplet: 12, 65 and AA. RGB value is (18,101,170). Sum of RGB (Red+Green+Blue) = 18+101+170=289 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.23% from 289); Green value is 101 (39.84% from 255 or 34.95% from 289); Blue value is 170 (66.80% from 255 or 58.82% from 289); Max value from RGB is 170 - color contains mainly: blue. Hex color #1265AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1265AA is #ED9A55. Grayscale: #535353. Windows color (decimal): -15571542 or 11166994. OLE color: 11166994.

HSL color Cylindrical-coordinate representation of color #1265AA: hue angle of 207.24º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1265AA is Cyan = 0.89, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 18 101 170 -
CMYK 0.89 0.41 0 0.33
HSL 207.24º 0.81% 0.37% -
HSV(B) 207.24º 0.89% 0.67% -
XYZ 12.16 12.34 39.77 -
YUV 84.05 176.5 80.89 -
System Red Green Blue C M Y K H S L
Decimal 18 101 170 0.89 0.41 0 0.33 207.24 0.81 0.37
Hex 12 65 AA 59 29 0 21 CF 51 25
Octal 22 145 252 131 51 0 41 317 121 45
Binary 10010 1100101 10101010 1011001 101001 0 100001 11001111 1010001 100101

Color Harmonies of #1265AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1265AA

Black with #1265AA

Text Example


Text Example

White with #1265AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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