Html Css Color HEX #195BCB Denim

📋 copy color: '#195BCB'

red 25 ◦ green 91 ◦ blue 203

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

Shades of Denim #195BCB

Tints of Denim #195BCB

RGB

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

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

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

R = 7.84%
G = 28.53%
B = 63.64%

CMYK

 C value IS 0.88

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#195BCB (or 0x195BCB) is known color: Denim. HEX triplet: 19, 5B and CB. RGB value is (25,91,203). Sum of RGB (Red+Green+Blue) = 25+91+203=319 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.84% from 319); Green value is 91 (35.94% from 255 or 28.53% from 319); Blue value is 203 (79.69% from 255 or 63.64% from 319); Max value from RGB is 203 - color contains mainly: blue. Hex color #195BCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #195BCB is #E6A434. Grayscale: #535353. Windows color (decimal): -15115317 or 13327129. OLE color: 13327129.

HSL color Cylindrical-coordinate representation of color #195BCB: hue angle of 217.75º 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 #195BCB is Cyan = 0.88, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 25 91 203 -
CMYK 0.88 0.55 0 0.20
HSL 217.75º 0.78% 0.45% -
HSV(B) 217.75º 0.88% 0.8% -
XYZ 14.92 12 58.03 -
YUV 84.03 195.13 85.89 -
System Red Green Blue C M Y K H S L
Decimal 25 91 203 0.88 0.55 0 0.20 217.75 0.78 0.45
Hex 19 5B CB 58 37 0 14 DA 4E 2D
Octal 31 133 313 130 67 0 24 332 116 55
Binary 11001 1011011 11001011 1011000 110111 0 10100 11011010 1001110 101101

Color Harmonies of #195BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195BCB

Black with #195BCB

Text Example


Text Example

White with #195BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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