Html Css Color HEX #195BDF Denim

📋 copy color: '#195BDF'

red 25 ◦ green 91 ◦ blue 223

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

Shades of Denim #195BDF

Tints of Denim #195BDF

RGB

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

 GREEN value IS 91 (35.94% from 255) = 26.84%

 BLUE value IS 223 (87.5% from 255) = 65.78%

R = 7.37%
G = 26.84%
B = 65.78%

CMYK

 C value IS 0.89

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#195BDF (or 0x195BDF) is known color: Denim. HEX triplet: 19, 5B and DF. RGB value is (25,91,223). Sum of RGB (Red+Green+Blue) = 25+91+223=339 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.37% from 339); Green value is 91 (35.94% from 255 or 26.84% from 339); Blue value is 223 (87.5% from 255 or 65.78% from 339); Max value from RGB is 223 - color contains mainly: blue. Hex color #195BDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #195BDF is #E6A420. Grayscale: #555555. Windows color (decimal): -15115297 or 14637849. OLE color: 14637849.

HSL color Cylindrical-coordinate representation of color #195BDF: hue angle of 220º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #195BDF is Cyan = 0.89, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 25 91 223 -
CMYK 0.89 0.59 0 0.13
HSL 220º 0.8% 0.49% -
HSV(B) 220º 0.89% 0.87% -
XYZ 17.46 13.02 71.4 -
YUV 86.31 205.13 84.27 -
System Red Green Blue C M Y K H S L
Decimal 25 91 223 0.89 0.59 0 0.13 220 0.8 0.49
Hex 19 5B DF 59 3B 0 D DC 50 31
Octal 31 133 337 131 73 0 15 334 120 61
Binary 11001 1011011 11011111 1011001 111011 0 1101 11011100 1010000 110001

Color Harmonies of #195BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195BDF

Black with #195BDF

Text Example


Text Example

White with #195BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,91,223); }

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

background-color css

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

 a { background-color: rgb(25,91,223); }

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

border-color css

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

 span { border-color: rgb(25,91,223); }

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