Html Css Color HEX #1259CE Denim

📋 copy color: '#1259CE'

red 18 ◦ green 89 ◦ blue 206

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

Shades of Denim #1259CE

Tints of Denim #1259CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 65.81%

R = 5.75%
G = 28.43%
B = 65.81%

CMYK

 C value IS 0.91

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1259CE (or 0x1259CE) is known color: Denim. HEX triplet: 12, 59 and CE. RGB value is (18,89,206). Sum of RGB (Red+Green+Blue) = 18+89+206=313 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.75% from 313); Green value is 89 (35.16% from 255 or 28.43% from 313); Blue value is 206 (80.86% from 255 or 65.81% from 313); Max value from RGB is 206 - color contains mainly: blue. Hex color #1259CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1259CE is #EDA631. Grayscale: #505050. Windows color (decimal): -15574578 or 13523218. OLE color: 13523218.

HSL color Cylindrical-coordinate representation of color #1259CE: hue angle of 217.34º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1259CE is Cyan = 0.91, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 18 89 206 -
CMYK 0.91 0.57 0 0.19
HSL 217.34º 0.84% 0.44% -
HSV(B) 217.34º 0.91% 0.81% -
XYZ 14.96 11.73 59.87 -
YUV 81.11 198.48 82.99 -
System Red Green Blue C M Y K H S L
Decimal 18 89 206 0.91 0.57 0 0.19 217.34 0.84 0.44
Hex 12 59 CE 5B 39 0 13 D9 54 2C
Octal 22 131 316 133 71 0 23 331 124 54
Binary 10010 1011001 11001110 1011011 111001 0 10011 11011001 1010100 101100

Color Harmonies of #1259CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1259CE

Black with #1259CE

Text Example


Text Example

White with #1259CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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