Html Css Color HEX #195EDB Denim

📋 copy color: '#195EDB'

red 25 ◦ green 94 ◦ blue 219

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

Shades of Denim #195EDB

Tints of Denim #195EDB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.81%

 BLUE value IS 219 (85.94% from 255) = 64.79%

R = 7.4%
G = 27.81%
B = 64.79%

CMYK

 C value IS 0.89

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#195EDB (or 0x195EDB) is known color: Denim. HEX triplet: 19, 5E and DB. RGB value is (25,94,219). Sum of RGB (Red+Green+Blue) = 25+94+219=338 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.40% from 338); Green value is 94 (37.11% from 255 or 27.81% from 338); Blue value is 219 (85.94% from 255 or 64.79% from 338); Max value from RGB is 219 - color contains mainly: blue. Hex color #195EDB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #195EDB is #E6A124. Grayscale: #575757. Windows color (decimal): -15114533 or 14376473. OLE color: 14376473.

HSL color Cylindrical-coordinate representation of color #195EDB: hue angle of 218.66º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #195EDB is Cyan = 0.89, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 25 94 219 -
CMYK 0.89 0.57 0 0.14
HSL 218.66º 0.8% 0.48% -
HSV(B) 218.66º 0.89% 0.86% -
XYZ 17.19 13.33 68.68 -
YUV 87.62 202.14 83.34 -
System Red Green Blue C M Y K H S L
Decimal 25 94 219 0.89 0.57 0 0.14 218.66 0.8 0.48
Hex 19 5E DB 59 39 0 E DB 50 30
Octal 31 136 333 131 71 0 16 333 120 60
Binary 11001 1011110 11011011 1011001 111001 0 1110 11011011 1010000 110000

Color Harmonies of #195EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195EDB

Black with #195EDB

Text Example


Text Example

White with #195EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195EDB; }

 p { color: rgb(25,94,219); }

 H1.HeaderClassName
 {
   color: #195EDB;
 }
 .AnyTagClassName
 {
   color: #195EDB;
 }
</style>

background-color css

<style>
 a { background-color: #195EDB; }

 a { background-color: rgb(25,94,219); }

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

border-color css

<style>
 span { border-color: #195EDB; }

 span { border-color: rgb(25,94,219); }

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