Html Css Color HEX #1259D1 Denim

📋 copy color: '#1259D1'

red 18 ◦ green 89 ◦ blue 209

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

Shades of Denim #1259D1

Tints of Denim #1259D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 66.14%

R = 5.7%
G = 28.16%
B = 66.14%

CMYK

 C value IS 0.91

 M value IS 0.57

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#1259D1 (or 0x1259D1) is known color: Denim. HEX triplet: 12, 59 and D1. RGB value is (18,89,209). Sum of RGB (Red+Green+Blue) = 18+89+209=316 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.70% from 316); Green value is 89 (35.16% from 255 or 28.16% from 316); Blue value is 209 (82.03% from 255 or 66.14% from 316); Max value from RGB is 209 - color contains mainly: blue. Hex color #1259D1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1259D1 is #EDA62E. Grayscale: #505050. Windows color (decimal): -15574575 or 13719826. OLE color: 13719826.

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

Color convert

RGB 18 89 209 -
CMYK 0.91 0.57 0 0.18
HSL 217.7º 0.84% 0.45% -
HSV(B) 217.7º 0.91% 0.82% -
XYZ 15.33 11.88 61.81 -
YUV 81.45 199.98 82.74 -
System Red Green Blue C M Y K H S L
Decimal 18 89 209 0.91 0.57 0 0.18 217.7 0.84 0.45
Hex 12 59 D1 5B 39 0 12 DA 54 2D
Octal 22 131 321 133 71 0 22 332 124 55
Binary 10010 1011001 11010001 1011011 111001 0 10010 11011010 1010100 101101

Color Harmonies of #1259D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1259D1

Black with #1259D1

Text Example


Text Example

White with #1259D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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