Html Css Color HEX #1263AA Denim

📋 copy color: '#1263AA'

red 18 ◦ green 99 ◦ blue 170

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

Shades of Denim #1263AA

Tints of Denim #1263AA

RGB

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

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

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

R = 6.27%
G = 34.49%
B = 59.23%

CMYK

 C value IS 0.89

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1263AA (or 0x1263AA) is known color: Denim. HEX triplet: 12, 63 and AA. RGB value is (18,99,170). Sum of RGB (Red+Green+Blue) = 18+99+170=287 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.27% from 287); Green value is 99 (39.06% from 255 or 34.49% from 287); Blue value is 170 (66.80% from 255 or 59.23% from 287); Max value from RGB is 170 - color contains mainly: blue. Hex color #1263AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1263AA is #ED9C55. Grayscale: #525252. Windows color (decimal): -15572054 or 11166482. OLE color: 11166482.

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

Color convert

RGB 18 99 170 -
CMYK 0.89 0.42 0 0.33
HSL 208.03º 0.81% 0.37% -
HSV(B) 208.03º 0.89% 0.67% -
XYZ 11.97 11.95 39.71 -
YUV 82.88 177.16 81.73 -
System Red Green Blue C M Y K H S L
Decimal 18 99 170 0.89 0.42 0 0.33 208.03 0.81 0.37
Hex 12 63 AA 59 2A 0 21 D0 51 25
Octal 22 143 252 131 52 0 41 320 121 45
Binary 10010 1100011 10101010 1011001 101010 0 100001 11010000 1010001 100101

Color Harmonies of #1263AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1263AA

Black with #1263AA

Text Example


Text Example

White with #1263AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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