Html Css Color HEX #1251CE Denim

📋 copy color: '#1251CE'

red 18 ◦ green 81 ◦ blue 206

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

Shades of Denim #1251CE

Tints of Denim #1251CE

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.56%

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

R = 5.9%
G = 26.56%
B = 67.54%

CMYK

 C value IS 0.91

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1251CE (or 0x1251CE) is known color: Denim. HEX triplet: 12, 51 and CE. RGB value is (18,81,206). Sum of RGB (Red+Green+Blue) = 18+81+206=305 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.90% from 305); Green value is 81 (32.03% from 255 or 26.56% from 305); Blue value is 206 (80.86% from 255 or 67.54% from 305); Max value from RGB is 206 - color contains mainly: blue. Hex color #1251CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1251CE is #EDAE31. Grayscale: #4B4B4B. Windows color (decimal): -15576626 or 13521170. OLE color: 13521170.

HSL color Cylindrical-coordinate representation of color #1251CE: hue angle of 219.89º 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 #1251CE is Cyan = 0.91, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 18 81 206 -
CMYK 0.91 0.61 0 0.19
HSL 219.89º 0.84% 0.44% -
HSV(B) 219.89º 0.91% 0.81% -
XYZ 14.33 10.47 59.66 -
YUV 76.41 201.13 86.34 -
System Red Green Blue C M Y K H S L
Decimal 18 81 206 0.91 0.61 0 0.19 219.89 0.84 0.44
Hex 12 51 CE 5B 3D 0 13 DC 54 2C
Octal 22 121 316 133 75 0 23 334 124 54
Binary 10010 1010001 11001110 1011011 111101 0 10011 11011100 1010100 101100

Color Harmonies of #1251CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1251CE

Black with #1251CE

Text Example


Text Example

White with #1251CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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