Html Css Color HEX #195FBA Denim

📋 copy color: '#195FBA'

red 25 ◦ green 95 ◦ blue 186

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

Shades of Denim #195FBA

Tints of Denim #195FBA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 31.05%

 BLUE value IS 186 (73.05% from 255) = 60.78%

R = 8.17%
G = 31.05%
B = 60.78%

CMYK

 C value IS 0.87

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#195FBA (or 0x195FBA) is known color: Denim. HEX triplet: 19, 5F and BA. RGB value is (25,95,186). Sum of RGB (Red+Green+Blue) = 25+95+186=306 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.17% from 306); Green value is 95 (37.5% from 255 or 31.05% from 306); Blue value is 186 (73.05% from 255 or 60.78% from 306); Max value from RGB is 186 - color contains mainly: blue. Hex color #195FBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #195FBA is #E6A045. Grayscale: #545454. Windows color (decimal): -15114310 or 12214041. OLE color: 12214041.

HSL color Cylindrical-coordinate representation of color #195FBA: hue angle of 213.91º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #195FBA is Cyan = 0.87, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 25 95 186 -
CMYK 0.87 0.49 0 0.27
HSL 213.91º 0.76% 0.41% -
HSV(B) 213.91º 0.87% 0.73% -
XYZ 13.36 11.94 48.05 -
YUV 84.44 185.31 85.6 -
System Red Green Blue C M Y K H S L
Decimal 25 95 186 0.87 0.49 0 0.27 213.91 0.76 0.41
Hex 19 5F BA 57 31 0 1B D6 4C 29
Octal 31 137 272 127 61 0 33 326 114 51
Binary 11001 1011111 10111010 1010111 110001 0 11011 11010110 1001100 101001

Color Harmonies of #195FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195FBA

Black with #195FBA

Text Example


Text Example

White with #195FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,95,186); }

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

background-color css

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

 a { background-color: rgb(25,95,186); }

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

border-color css

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

 span { border-color: rgb(25,95,186); }

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