Html Css Color HEX #1965CF Denim

📋 copy color: '#1965CF'

red 25 ◦ green 101 ◦ blue 207

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

Shades of Denim #1965CF

Tints of Denim #1965CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 62.16%

R = 7.51%
G = 30.33%
B = 62.16%

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

#1965CF (or 0x1965CF) is known color: Denim. HEX triplet: 19, 65 and CF. RGB value is (25,101,207). Sum of RGB (Red+Green+Blue) = 25+101+207=333 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.51% from 333); Green value is 101 (39.84% from 255 or 30.33% from 333); Blue value is 207 (81.25% from 255 or 62.16% from 333); Max value from RGB is 207 - color contains mainly: blue. Hex color #1965CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1965CF is #E69A30. Grayscale: #595959. Windows color (decimal): -15112753 or 13591833. OLE color: 13591833.

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

Color convert

RGB 25 101 207 -
CMYK 0.88 0.51 0 0.19
HSL 214.95º 0.78% 0.45% -
HSV(B) 214.95º 0.88% 0.81% -
XYZ 16.32 14.02 60.88 -
YUV 90.36 193.82 81.38 -
System Red Green Blue C M Y K H S L
Decimal 25 101 207 0.88 0.51 0 0.19 214.95 0.78 0.45
Hex 19 65 CF 58 33 0 13 D7 4E 2D
Octal 31 145 317 130 63 0 23 327 116 55
Binary 11001 1100101 11001111 1011000 110011 0 10011 11010111 1001110 101101

Color Harmonies of #1965CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1965CF

Black with #1965CF

Text Example


Text Example

White with #1965CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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