Html Css Color HEX #195799 Endeavour

📋 copy color: '#195799'

red 25 ◦ green 87 ◦ blue 153

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

Shades of Endeavour #195799

Tints of Endeavour #195799

RGB

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

 GREEN value IS 87 (34.38% from 255) = 32.83%

 BLUE value IS 153 (60.16% from 255) = 57.74%

R = 9.43%
G = 32.83%
B = 57.74%

CMYK

 C value IS 0.84

 M value IS 0.43

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#195799 (or 0x195799) is known color: Endeavour. HEX triplet: 19, 57 and 99. RGB value is (25,87,153). Sum of RGB (Red+Green+Blue) = 25+87+153=265 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.43% from 265); Green value is 87 (34.38% from 255 or 32.83% from 265); Blue value is 153 (60.16% from 255 or 57.74% from 265); Max value from RGB is 153 - color contains mainly: blue. Hex color #195799 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195799 is #E6A866. Grayscale: #4B4B4B. Windows color (decimal): -15116391 or 10049305. OLE color: 10049305.

HSL color Cylindrical-coordinate representation of color #195799: hue angle of 210.94º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #195799 is Cyan = 0.84, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 25 87 153 -
CMYK 0.84 0.43 0 0.4
HSL 210.94º 0.72% 0.35% -
HSV(B) 210.94º 0.84% 0.6% -
XYZ 9.56 9.32 31.43 -
YUV 75.99 171.46 91.63 -
System Red Green Blue C M Y K H S L
Decimal 25 87 153 0.84 0.43 0 0.4 210.94 0.72 0.35
Hex 19 57 99 54 2B 0 28 D3 48 23
Octal 31 127 231 124 53 0 50 323 110 43
Binary 11001 1010111 10011001 1010100 101011 0 101000 11010011 1001000 100011

Color Harmonies of #195799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195799

Black with #195799

Text Example


Text Example

White with #195799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195799; }

 p { color: rgb(25,87,153); }

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

background-color css

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

 a { background-color: rgb(25,87,153); }

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

border-color css

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

 span { border-color: rgb(25,87,153); }

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