Html Css Color HEX #195295 Endeavour

📋 copy color: '#195295'

red 25 ◦ green 82 ◦ blue 149

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

Shades of Endeavour #195295

Tints of Endeavour #195295

RGB

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

 GREEN value IS 82 (32.42% from 255) = 32.03%

 BLUE value IS 149 (58.59% from 255) = 58.2%

R = 9.77%
G = 32.03%
B = 58.2%

CMYK

 C value IS 0.83

 M value IS 0.45

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#195295 (or 0x195295) is known color: Endeavour. HEX triplet: 19, 52 and 95. RGB value is (25,82,149). Sum of RGB (Red+Green+Blue) = 25+82+149=256 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.77% from 256); Green value is 82 (32.42% from 255 or 32.03% from 256); Blue value is 149 (58.59% from 255 or 58.20% from 256); Max value from RGB is 149 - color contains mainly: blue. Hex color #195295 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195295 is #E6AD6A. Grayscale: #484848. Windows color (decimal): -15117675 or 9785881. OLE color: 9785881.

HSL color Cylindrical-coordinate representation of color #195295: hue angle of 212.42º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #195295 is Cyan = 0.83, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 25 82 149 -
CMYK 0.83 0.45 0 0.42
HSL 212.42º 0.71% 0.34% -
HSV(B) 212.42º 0.83% 0.58% -
XYZ 8.84 8.41 29.59 -
YUV 72.6 171.12 94.05 -
System Red Green Blue C M Y K H S L
Decimal 25 82 149 0.83 0.45 0 0.42 212.42 0.71 0.34
Hex 19 52 95 53 2D 0 2A D4 47 22
Octal 31 122 225 123 55 0 52 324 107 42
Binary 11001 1010010 10010101 1010011 101101 0 101010 11010100 1000111 100010

Color Harmonies of #195295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195295

Black with #195295

Text Example


Text Example

White with #195295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195295; }

 p { color: rgb(25,82,149); }

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

background-color css

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

 a { background-color: rgb(25,82,149); }

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

border-color css

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

 span { border-color: rgb(25,82,149); }

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