Html Css Color HEX #1968CE Denim

📋 copy color: '#1968CE'

red 25 ◦ green 104 ◦ blue 206

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

Shades of Denim #1968CE

Tints of Denim #1968CE

RGB

 RED value IS 25 (10.16% from 255) = 7.46%

 GREEN value IS 104 (41.02% from 255) = 31.04%

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

R = 7.46%
G = 31.04%
B = 61.49%

CMYK

 C value IS 0.88

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1968CE (or 0x1968CE) is known color: Denim. HEX triplet: 19, 68 and CE. RGB value is (25,104,206). Sum of RGB (Red+Green+Blue) = 25+104+206=335 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.46% from 335); Green value is 104 (41.02% from 255 or 31.04% from 335); Blue value is 206 (80.86% from 255 or 61.49% from 335); Max value from RGB is 206 - color contains mainly: blue. Hex color #1968CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1968CE is #E69731. Grayscale: #5B5B5B. Windows color (decimal): -15111986 or 13527065. OLE color: 13527065.

HSL color Cylindrical-coordinate representation of color #1968CE: hue angle of 213.81º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1968CE is Cyan = 0.88, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 25 104 206 -
CMYK 0.88 0.50 0 0.19
HSL 213.81º 0.78% 0.45% -
HSV(B) 213.81º 0.88% 0.81% -
XYZ 16.49 14.56 60.33 -
YUV 92.01 192.33 80.21 -
System Red Green Blue C M Y K H S L
Decimal 25 104 206 0.88 0.50 0 0.19 213.81 0.78 0.45
Hex 19 68 CE 58 32 0 13 D6 4E 2D
Octal 31 150 316 130 62 0 23 326 116 55
Binary 11001 1101000 11001110 1011000 110010 0 10011 11010110 1001110 101101

Color Harmonies of #1968CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1968CE

Black with #1968CE

Text Example


Text Example

White with #1968CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,104,206); }

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

background-color css

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

 a { background-color: rgb(25,104,206); }

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

border-color css

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

 span { border-color: rgb(25,104,206); }

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