Html Css Color HEX #1965CE Denim

📋 copy color: '#1965CE'

red 25 ◦ green 101 ◦ blue 206

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

Shades of Denim #1965CE

Tints of Denim #1965CE

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.42%

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

R = 7.53%
G = 30.42%
B = 62.05%

CMYK

 C value IS 0.88

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1965CE (or 0x1965CE) is known color: Denim. HEX triplet: 19, 65 and CE. RGB value is (25,101,206). Sum of RGB (Red+Green+Blue) = 25+101+206=332 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.53% from 332); Green value is 101 (39.84% from 255 or 30.42% from 332); Blue value is 206 (80.86% from 255 or 62.05% from 332); Max value from RGB is 206 - color contains mainly: blue. Hex color #1965CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1965CE is #E69A31. Grayscale: #595959. Windows color (decimal): -15112754 or 13526297. OLE color: 13526297.

HSL color Cylindrical-coordinate representation of color #1965CE: hue angle of 214.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 #1965CE is Cyan = 0.88, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 25 101 206 -
CMYK 0.88 0.51 0 0.19
HSL 214.81º 0.78% 0.45% -
HSV(B) 214.81º 0.88% 0.81% -
XYZ 16.2 13.97 60.24 -
YUV 90.25 193.32 81.46 -
System Red Green Blue C M Y K H S L
Decimal 25 101 206 0.88 0.51 0 0.19 214.81 0.78 0.45
Hex 19 65 CE 58 33 0 13 D7 4E 2D
Octal 31 145 316 130 63 0 23 327 116 55
Binary 11001 1100101 11001110 1011000 110011 0 10011 11010111 1001110 101101

Color Harmonies of #1965CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1965CE

Black with #1965CE

Text Example


Text Example

White with #1965CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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