Html Css Color HEX #195ACB Denim

📋 copy color: '#195ACB'

red 25 ◦ green 90 ◦ blue 203

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

Shades of Denim #195ACB

Tints of Denim #195ACB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.3%

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

R = 7.86%
G = 28.3%
B = 63.84%

CMYK

 C value IS 0.88

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#195ACB (or 0x195ACB) is known color: Denim. HEX triplet: 19, 5A and CB. RGB value is (25,90,203). Sum of RGB (Red+Green+Blue) = 25+90+203=318 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.86% from 318); Green value is 90 (35.55% from 255 or 28.30% from 318); Blue value is 203 (79.69% from 255 or 63.84% from 318); Max value from RGB is 203 - color contains mainly: blue. Hex color #195ACB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #195ACB is #E6A534. Grayscale: #525252. Windows color (decimal): -15115573 or 13326873. OLE color: 13326873.

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

Color convert

RGB 25 90 203 -
CMYK 0.88 0.56 0 0.20
HSL 218.09º 0.78% 0.45% -
HSV(B) 218.09º 0.88% 0.8% -
XYZ 14.84 11.83 58 -
YUV 83.45 195.47 86.31 -
System Red Green Blue C M Y K H S L
Decimal 25 90 203 0.88 0.56 0 0.20 218.09 0.78 0.45
Hex 19 5A CB 58 38 0 14 DA 4E 2D
Octal 31 132 313 130 70 0 24 332 116 55
Binary 11001 1011010 11001011 1011000 111000 0 10100 11011010 1001110 101101

Color Harmonies of #195ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195ACB

Black with #195ACB

Text Example


Text Example

White with #195ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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