Html Css Color HEX #195EBD Denim

📋 copy color: '#195EBD'

red 25 ◦ green 94 ◦ blue 189

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

Shades of Denim #195EBD

Tints of Denim #195EBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 61.36%

R = 8.12%
G = 30.52%
B = 61.36%

CMYK

 C value IS 0.87

 M value IS 0.50

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#195EBD (or 0x195EBD) is known color: Denim. HEX triplet: 19, 5E and BD. RGB value is (25,94,189). Sum of RGB (Red+Green+Blue) = 25+94+189=308 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.12% from 308); Green value is 94 (37.11% from 255 or 30.52% from 308); Blue value is 189 (74.22% from 255 or 61.36% from 308); Max value from RGB is 189 - color contains mainly: blue. Hex color #195EBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #195EBD is #E6A142. Grayscale: #535353. Windows color (decimal): -15114563 or 12410393. OLE color: 12410393.

HSL color Cylindrical-coordinate representation of color #195EBD: hue angle of 214.76º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #195EBD is Cyan = 0.87, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 25 94 189 -
CMYK 0.87 0.50 0 0.26
HSL 214.76º 0.77% 0.42% -
HSV(B) 214.76º 0.87% 0.74% -
XYZ 13.59 11.89 49.72 -
YUV 84.2 187.14 85.78 -
System Red Green Blue C M Y K H S L
Decimal 25 94 189 0.87 0.50 0 0.26 214.76 0.77 0.42
Hex 19 5E BD 57 32 0 1A D7 4D 2A
Octal 31 136 275 127 62 0 32 327 115 52
Binary 11001 1011110 10111101 1010111 110010 0 11010 11010111 1001101 101010

Color Harmonies of #195EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195EBD

Black with #195EBD

Text Example


Text Example

White with #195EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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