Html Css Color HEX #1259CD Denim

📋 copy color: '#1259CD'

red 18 ◦ green 89 ◦ blue 205

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

Shades of Denim #1259CD

Tints of Denim #1259CD

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.53%

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

R = 5.77%
G = 28.53%
B = 65.71%

CMYK

 C value IS 0.91

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1259CD (or 0x1259CD) is known color: Denim. HEX triplet: 12, 59 and CD. RGB value is (18,89,205). Sum of RGB (Red+Green+Blue) = 18+89+205=312 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.77% from 312); Green value is 89 (35.16% from 255 or 28.53% from 312); Blue value is 205 (80.47% from 255 or 65.71% from 312); Max value from RGB is 205 - color contains mainly: blue. Hex color #1259CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1259CD is #EDA632. Grayscale: #505050. Windows color (decimal): -15574579 or 13457682. OLE color: 13457682.

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

Color convert

RGB 18 89 205 -
CMYK 0.91 0.57 0 0.20
HSL 217.22º 0.84% 0.44% -
HSV(B) 217.22º 0.91% 0.8% -
XYZ 14.84 11.68 59.23 -
YUV 81 197.98 83.07 -
System Red Green Blue C M Y K H S L
Decimal 18 89 205 0.91 0.57 0 0.20 217.22 0.84 0.44
Hex 12 59 CD 5B 39 0 14 D9 54 2C
Octal 22 131 315 133 71 0 24 331 124 54
Binary 10010 1011001 11001101 1011011 111001 0 10100 11011001 1010100 101100

Color Harmonies of #1259CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1259CD

Black with #1259CD

Text Example


Text Example

White with #1259CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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