Html Css Color HEX #195099 Endeavour

📋 copy color: '#195099'

red 25 ◦ green 80 ◦ blue 153

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

Shades of Endeavour #195099

Tints of Endeavour #195099

RGB

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

 GREEN value IS 80 (31.64% from 255) = 31.01%

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

R = 9.69%
G = 31.01%
B = 59.3%

CMYK

 C value IS 0.84

 M value IS 0.48

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#195099 (or 0x195099) is known color: Endeavour. HEX triplet: 19, 50 and 99. RGB value is (25,80,153). Sum of RGB (Red+Green+Blue) = 25+80+153=258 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.69% from 258); Green value is 80 (31.64% from 255 or 31.01% from 258); Blue value is 153 (60.16% from 255 or 59.30% from 258); Max value from RGB is 153 - color contains mainly: blue. Hex color #195099 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195099 is #E6AF66. Grayscale: #474747. Windows color (decimal): -15118183 or 10047513. OLE color: 10047513.

HSL color Cylindrical-coordinate representation of color #195099: hue angle of 214.22º 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 #195099 is Cyan = 0.84, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 25 80 153 -
CMYK 0.84 0.48 0 0.4
HSL 214.22º 0.72% 0.35% -
HSV(B) 214.22º 0.84% 0.6% -
XYZ 9.02 8.24 31.25 -
YUV 71.88 173.78 94.56 -
System Red Green Blue C M Y K H S L
Decimal 25 80 153 0.84 0.48 0 0.4 214.22 0.72 0.35
Hex 19 50 99 54 30 0 28 D6 48 23
Octal 31 120 231 124 60 0 50 326 110 43
Binary 11001 1010000 10011001 1010100 110000 0 101000 11010110 1001000 100011

Color Harmonies of #195099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #195099

Black with #195099

Text Example


Text Example

White with #195099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #195099; }

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

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

background-color css

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

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

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

border-color css

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

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

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