Html Css Color HEX #195DCB Denim

📋 copy color: '#195DCB'

red 25 ◦ green 93 ◦ blue 203

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

Shades of Denim #195DCB

Tints of Denim #195DCB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.97%

 BLUE value IS 203 (79.69% from 255) = 63.24%

R = 7.79%
G = 28.97%
B = 63.24%

CMYK

 C value IS 0.88

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#195DCB (or 0x195DCB) is known color: Denim. HEX triplet: 19, 5D and CB. RGB value is (25,93,203). Sum of RGB (Red+Green+Blue) = 25+93+203=321 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.79% from 321); Green value is 93 (36.72% from 255 or 28.97% from 321); Blue value is 203 (79.69% from 255 or 63.24% from 321); Max value from RGB is 203 - color contains mainly: blue. Hex color #195DCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #195DCB is #E6A234. Grayscale: #545454. Windows color (decimal): -15114805 or 13327641. OLE color: 13327641.

HSL color Cylindrical-coordinate representation of color #195DCB: hue angle of 217.08º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #195DCB is Cyan = 0.88, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 25 93 203 -
CMYK 0.88 0.54 0 0.20
HSL 217.08º 0.78% 0.45% -
HSV(B) 217.08º 0.88% 0.8% -
XYZ 15.09 12.35 58.09 -
YUV 85.21 194.47 85.06 -
System Red Green Blue C M Y K H S L
Decimal 25 93 203 0.88 0.54 0 0.20 217.08 0.78 0.45
Hex 19 5D CB 58 36 0 14 D9 4E 2D
Octal 31 135 313 130 66 0 24 331 116 55
Binary 11001 1011101 11001011 1011000 110110 0 10100 11011001 1001110 101101

Color Harmonies of #195DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195DCB

Black with #195DCB

Text Example


Text Example

White with #195DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,93,203); }

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

background-color css

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

 a { background-color: rgb(25,93,203); }

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

border-color css

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

 span { border-color: rgb(25,93,203); }

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