#195F9E

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

Shades of Endeavour #195F9E

Tints of Endeavour #195F9E

Color information

#195F9E (or 0x195F9E) is unknown color: approx Endeavour. HEX triplet: 19, 5F and 9E. RGB value is (25,95,158). Sum of RGB (Red+Green+Blue) = 25+95+158=278 (36% of max value = 765). Red value is 25 (10.16% from 255 or 8.99% from 278); Green value is 95 (37.5% from 255 or 34.17% from 278); Blue value is 158 (62.11% from 255 or 56.83% from 278); Max value from RGB is 158 - color contains mainly: blue. Hex color #195F9E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195F9E is #E6A061. Grayscale: #505050. Windows color (decimal): -15114338 or 10379033. OLE color: 10379033.

HSL color Cylindrical-coordinate representation of color #195F9E: hue angle of 208.42º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #195F9E is Cyan = 0.84, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2595158-
CMYK0.840.4000.38
HSL208.42º72.68%35.88%-
HSV(B)208.42º84.18%61.96%-
XYZ10.6610.8633.88-
YUV81.25171.3187.88-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.99%
GREEN value IS 95 (37.5% from 255) = 34.17%
BLUE value IS 158 (62.11% from 255) = 56.83%
R=8.99%
G=34.17%
B=56.83%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal25951580.840.4000.38208.4272.6835.88
Hex195F9E5428026d04924
Octal311372361245004632011144
Binary1100110111111001111010101001010000100110110100001001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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