Html Css Color HEX #1263CD Denim

📋 copy color: '#1263CD'

red 18 ◦ green 99 ◦ blue 205

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

Shades of Denim #1263CD

Tints of Denim #1263CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 63.66%

R = 5.59%
G = 30.75%
B = 63.66%

CMYK

 C value IS 0.91

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1263CD (or 0x1263CD) is known color: Denim. HEX triplet: 12, 63 and CD. RGB value is (18,99,205). Sum of RGB (Red+Green+Blue) = 18+99+205=322 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.59% from 322); Green value is 99 (39.06% from 255 or 30.75% from 322); Blue value is 205 (80.47% from 255 or 63.66% from 322); Max value from RGB is 205 - color contains mainly: blue. Hex color #1263CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1263CD is #ED9C32. Grayscale: #565656. Windows color (decimal): -15572019 or 13460242. OLE color: 13460242.

HSL color Cylindrical-coordinate representation of color #1263CD: hue angle of 214.01º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1263CD is Cyan = 0.91, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 18 99 205 -
CMYK 0.91 0.52 0 0.20
HSL 214.01º 0.84% 0.44% -
HSV(B) 214.01º 0.91% 0.8% -
XYZ 15.73 13.46 59.53 -
YUV 86.87 194.66 78.88 -
System Red Green Blue C M Y K H S L
Decimal 18 99 205 0.91 0.52 0 0.20 214.01 0.84 0.44
Hex 12 63 CD 5B 34 0 14 D6 54 2C
Octal 22 143 315 133 64 0 24 326 124 54
Binary 10010 1100011 11001101 1011011 110100 0 10100 11010110 1010100 101100

Color Harmonies of #1263CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1263CD

Black with #1263CD

Text Example


Text Example

White with #1263CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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