Html Css Color HEX #195BDA Denim

📋 copy color: '#195BDA'

red 25 ◦ green 91 ◦ blue 218

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

Shades of Denim #195BDA

Tints of Denim #195BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 65.27%

R = 7.49%
G = 27.25%
B = 65.27%

CMYK

 C value IS 0.89

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#195BDA (or 0x195BDA) is known color: Denim. HEX triplet: 19, 5B and DA. RGB value is (25,91,218). Sum of RGB (Red+Green+Blue) = 25+91+218=334 (44% of max value = 765). Red value is 25 (10.16% from 255 or 7.49% from 334); Green value is 91 (35.94% from 255 or 27.25% from 334); Blue value is 218 (85.55% from 255 or 65.27% from 334); Max value from RGB is 218 - color contains mainly: blue. Hex color #195BDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #195BDA is #E6A425. Grayscale: #555555. Windows color (decimal): -15115302 or 14310169. OLE color: 14310169.

HSL color Cylindrical-coordinate representation of color #195BDA: hue angle of 219.48º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #195BDA is Cyan = 0.89, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 25 91 218 -
CMYK 0.89 0.58 0 0.15
HSL 219.48º 0.79% 0.48% -
HSV(B) 219.48º 0.89% 0.85% -
XYZ 16.8 12.75 67.91 -
YUV 85.74 202.63 84.67 -
System Red Green Blue C M Y K H S L
Decimal 25 91 218 0.89 0.58 0 0.15 219.48 0.79 0.48
Hex 19 5B DA 59 3A 0 F DB 4F 30
Octal 31 133 332 131 72 0 17 333 117 60
Binary 11001 1011011 11011010 1011001 111010 0 1111 11011011 1001111 110000

Color Harmonies of #195BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195BDA

Black with #195BDA

Text Example


Text Example

White with #195BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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