Html Css Color HEX #1263AD Denim

📋 copy color: '#1263AD'

red 18 ◦ green 99 ◦ blue 173

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

Shades of Denim #1263AD

Tints of Denim #1263AD

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.14%

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

R = 6.21%
G = 34.14%
B = 59.66%

CMYK

 C value IS 0.90

 M value IS 0.43

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1263AD (or 0x1263AD) is known color: Denim. HEX triplet: 12, 63 and AD. RGB value is (18,99,173). Sum of RGB (Red+Green+Blue) = 18+99+173=290 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.21% from 290); Green value is 99 (39.06% from 255 or 34.14% from 290); Blue value is 173 (67.97% from 255 or 59.66% from 290); Max value from RGB is 173 - color contains mainly: blue. Hex color #1263AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1263AD is #ED9C52. Grayscale: #525252. Windows color (decimal): -15572051 or 11363090. OLE color: 11363090.

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

Color convert

RGB 18 99 173 -
CMYK 0.90 0.43 0 0.32
HSL 208.65º 0.81% 0.37% -
HSV(B) 208.65º 0.9% 0.68% -
XYZ 12.25 12.07 41.22 -
YUV 83.22 178.66 81.48 -
System Red Green Blue C M Y K H S L
Decimal 18 99 173 0.90 0.43 0 0.32 208.65 0.81 0.37
Hex 12 63 AD 5A 2B 0 20 D1 51 25
Octal 22 143 255 132 53 0 40 321 121 45
Binary 10010 1100011 10101101 1011010 101011 0 100000 11010001 1010001 100101

Color Harmonies of #1263AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1263AD

Black with #1263AD

Text Example


Text Example

White with #1263AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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