#195f99

Color #195F99 Endeavour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Endeavour #195F99

Tints of Endeavour #195F99

Color information

#195F99 (or 0x195F99) is unknown color: approx Endeavour. HEX triplet: 19, 5F and 99. RGB value is (25,95,153). Sum of RGB (Red+Green+Blue) = 25+95+153=273 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.16% from 273); Green value is 95 (37.5% from 255 or 34.80% from 273); Blue value is 153 (60.16% from 255 or 56.04% from 273); Max value from RGB is 153 - color contains mainly: blue. Hex color #195F99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195F99 is #E6A066. Grayscale: #505050. Windows color (decimal): -15114343 or 10051353. OLE color: 10051353.

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

Color convert

RGB2595153-
CMYK0.840.3800.4
HSL207.19º71.91%34.9%-
HSV(B)207.19º83.66%60%-
XYZ10.2410.6931.66-
YUV80.68168.8188.28-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.16%
GREEN value IS 95 (37.5% from 255) = 34.80%
BLUE value IS 153 (60.16% from 255) = 56.04%
R=9.16%
G=34.80%
B=56.04%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal25951530.840.3800.4207.1971.9134.9
Hex195F995426028cf4823
Octal311372311244605031711043
Binary1100110111111001100110101001001100101000110011111001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195f99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #195f99;
 }
 .AnyTagClassName
 {
   color: #195f99;
 }
</style>
background-color css

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

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

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

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

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

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