Html Css Color HEX #1967CD Denim

📋 copy color: '#1967CD'

red 25 ◦ green 103 ◦ blue 205

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

Shades of Denim #1967CD

Tints of Denim #1967CD

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.93%

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

R = 7.51%
G = 30.93%
B = 61.56%

CMYK

 C value IS 0.88

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1967CD (or 0x1967CD) is known color: Denim. HEX triplet: 19, 67 and CD. RGB value is (25,103,205). Sum of RGB (Red+Green+Blue) = 25+103+205=333 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.51% from 333); Green value is 103 (40.62% from 255 or 30.93% from 333); Blue value is 205 (80.47% from 255 or 61.56% from 333); Max value from RGB is 205 - color contains mainly: blue. Hex color #1967CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1967CD is #E69832. Grayscale: #5A5A5A. Windows color (decimal): -15112243 or 13461273. OLE color: 13461273.

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

Color convert

RGB 25 103 205 -
CMYK 0.88 0.50 0 0.20
HSL 214º 0.78% 0.45% -
HSV(B) 214º 0.88% 0.8% -
XYZ 16.27 14.31 59.66 -
YUV 91.31 192.16 80.71 -
System Red Green Blue C M Y K H S L
Decimal 25 103 205 0.88 0.50 0 0.20 214 0.78 0.45
Hex 19 67 CD 58 32 0 14 D6 4E 2D
Octal 31 147 315 130 62 0 24 326 116 55
Binary 11001 1100111 11001101 1011000 110010 0 10100 11010110 1001110 101101

Color Harmonies of #1967CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1967CD

Black with #1967CD

Text Example


Text Example

White with #1967CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,103,205); }

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

background-color css

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

 a { background-color: rgb(25,103,205); }

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

border-color css

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

 span { border-color: rgb(25,103,205); }

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