#195194

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

Shades of Endeavour #195194

Tints of Endeavour #195194

Color information

#195194 (or 0x195194) is unknown color: approx Endeavour. HEX triplet: 19, 51 and 94. RGB value is (25,81,148). Sum of RGB (Red+Green+Blue) = 25+81+148=254 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.84% from 254); Green value is 81 (32.03% from 255 or 31.89% from 254); Blue value is 148 (58.20% from 255 or 58.27% from 254); Max value from RGB is 148 - color contains mainly: blue. Hex color #195194 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195194 is #E6AE6B. Grayscale: #474747. Windows color (decimal): -15117932 or 9720089. OLE color: 9720089.

HSL color Cylindrical-coordinate representation of color #195194: hue angle of 212.68º 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 #195194 is Cyan = 0.83, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB2581148-
CMYK0.830.4500.42
HSL212.68º71.1%33.92%-
HSV(B)212.68º83.11%58.04%-
XYZ8.698.2329.15-
YUV71.89170.9594.55-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.84%
GREEN value IS 81 (32.03% from 255) = 31.89%
BLUE value IS 148 (58.20% from 255) = 58.27%
R=9.84%
G=31.89%
B=58.27%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal25811480.830.4500.42212.6871.133.92
Hex195194532D02Ad54722
Octal311212241235505232510742
Binary1100110100011001010010100111011010101010110101011000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195194; }

 p { color: rgb(25,81,148); }

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

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

 a { background-color: rgb(25,81,148); }

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

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

 span { border-color: rgb(25,81,148); }

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