#195292

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

Shades of Endeavour #195292

Tints of Endeavour #195292

Color information

#195292 (or 0x195292) is unknown color: approx Endeavour. HEX triplet: 19, 52 and 92. RGB value is (25,82,146). Sum of RGB (Red+Green+Blue) = 25+82+146=253 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.88% from 253); Green value is 82 (32.42% from 255 or 32.41% from 253); Blue value is 146 (57.42% from 255 or 57.71% from 253); Max value from RGB is 146 - color contains mainly: blue. Hex color #195292 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195292 is #E6AD6D. Grayscale: #474747. Windows color (decimal): -15117678 or 9589273. OLE color: 9589273.

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

Color convert

RGB2582146-
CMYK0.830.4400.43
HSL211.74º70.76%33.53%-
HSV(B)211.74º82.88%57.25%-
XYZ8.618.3228.35-
YUV72.25169.6294.3-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.88%
GREEN value IS 82 (32.42% from 255) = 32.41%
BLUE value IS 146 (57.42% from 255) = 57.71%
R=9.88%
G=32.41%
B=57.71%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal25821460.830.4400.43211.7470.7633.53
Hex195292532C02Bd44722
Octal311222221235405332410742
Binary1100110100101001001010100111011000101011110101001000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195292; }

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

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

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

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

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

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

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

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