Html Css Color HEX #1265AB Denim

📋 copy color: '#1265AB'

red 18 ◦ green 101 ◦ blue 171

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

Shades of Denim #1265AB

Tints of Denim #1265AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 58.97%

R = 6.21%
G = 34.83%
B = 58.97%

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

#1265AB (or 0x1265AB) is known color: Denim. HEX triplet: 12, 65 and AB. RGB value is (18,101,171). Sum of RGB (Red+Green+Blue) = 18+101+171=290 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.21% from 290); Green value is 101 (39.84% from 255 or 34.83% from 290); Blue value is 171 (67.19% from 255 or 58.97% from 290); Max value from RGB is 171 - color contains mainly: blue. Hex color #1265AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1265AB is #ED9A54. Grayscale: #535353. Windows color (decimal): -15571541 or 11232530. OLE color: 11232530.

HSL color Cylindrical-coordinate representation of color #1265AB: hue angle of 207.45º 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 #1265AB is Cyan = 0.89, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 18 101 171 -
CMYK 0.89 0.41 0 0.33
HSL 207.45º 0.81% 0.37% -
HSV(B) 207.45º 0.89% 0.67% -
XYZ 12.25 12.38 40.27 -
YUV 84.16 177 80.81 -
System Red Green Blue C M Y K H S L
Decimal 18 101 171 0.89 0.41 0 0.33 207.45 0.81 0.37
Hex 12 65 AB 59 29 0 21 CF 51 25
Octal 22 145 253 131 51 0 41 317 121 45
Binary 10010 1100101 10101011 1011001 101001 0 100001 11001111 1010001 100101

Color Harmonies of #1265AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1265AB

Black with #1265AB

Text Example


Text Example

White with #1265AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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