#195592

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

Shades of Endeavour #195592

Tints of Endeavour #195592

Color information

#195592 (or 0x195592) is unknown color: approx Endeavour. HEX triplet: 19, 55 and 92. RGB value is (25,85,146). Sum of RGB (Red+Green+Blue) = 25+85+146=256 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.77% from 256); Green value is 85 (33.59% from 255 or 33.20% from 256); Blue value is 146 (57.42% from 255 or 57.03% from 256); Max value from RGB is 146 - color contains mainly: blue. Hex color #195592 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195592 is #E6AA6D. Grayscale: #494949. Windows color (decimal): -15116910 or 9590041. OLE color: 9590041.

HSL color Cylindrical-coordinate representation of color #195592: hue angle of 210.25º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #195592 is Cyan = 0.83, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB2585146-
CMYK0.830.4200.43
HSL210.25º70.76%33.53%-
HSV(B)210.25º82.88%57.25%-
XYZ8.848.7828.42-
YUV74.01168.6293.04-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.77%
GREEN value IS 85 (33.59% from 255) = 33.20%
BLUE value IS 146 (57.42% from 255) = 57.03%
R=9.77%
G=33.20%
B=57.03%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal25851460.830.4200.43210.2570.7633.53
Hex195592532A02Bd24722
Octal311252221235205332210742
Binary1100110101011001001010100111010100101011110100101000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195592; }

 p { color: rgb(25,85,146); }

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

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

 a { background-color: rgb(25,85,146); }

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

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

 span { border-color: rgb(25,85,146); }

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