Html Css Color HEX #1264CD Denim

📋 copy color: '#1264CD'

red 18 ◦ green 100 ◦ blue 205

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

Shades of Denim #1264CD

Tints of Denim #1264CD

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.96%

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

R = 5.57%
G = 30.96%
B = 63.47%

CMYK

 C value IS 0.91

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1264CD (or 0x1264CD) is known color: Denim. HEX triplet: 12, 64 and CD. RGB value is (18,100,205). Sum of RGB (Red+Green+Blue) = 18+100+205=323 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.57% from 323); Green value is 100 (39.45% from 255 or 30.96% from 323); Blue value is 205 (80.47% from 255 or 63.47% from 323); Max value from RGB is 205 - color contains mainly: blue. Hex color #1264CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1264CD is #ED9B32. Grayscale: #565656. Windows color (decimal): -15571763 or 13460498. OLE color: 13460498.

HSL color Cylindrical-coordinate representation of color #1264CD: hue angle of 213.69º 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 #1264CD is Cyan = 0.91, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 18 100 205 -
CMYK 0.91 0.51 0 0.20
HSL 213.69º 0.84% 0.44% -
HSV(B) 213.69º 0.91% 0.8% -
XYZ 15.83 13.65 59.56 -
YUV 87.45 194.33 78.46 -
System Red Green Blue C M Y K H S L
Decimal 18 100 205 0.91 0.51 0 0.20 213.69 0.84 0.44
Hex 12 64 CD 5B 33 0 14 D6 54 2C
Octal 22 144 315 133 63 0 24 326 124 54
Binary 10010 1100100 11001101 1011011 110011 0 10100 11010110 1010100 101100

Color Harmonies of #1264CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1264CD

Black with #1264CD

Text Example


Text Example

White with #1264CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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