#195490

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

Shades of Endeavour #195490

Tints of Endeavour #195490

Color information

#195490 (or 0x195490) is unknown color: approx Endeavour. HEX triplet: 19, 54 and 90. RGB value is (25,84,144). Sum of RGB (Red+Green+Blue) = 25+84+144=253 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.88% from 253); Green value is 84 (33.20% from 255 or 33.20% from 253); Blue value is 144 (56.64% from 255 or 56.92% from 253); Max value from RGB is 144 - color contains mainly: blue. Hex color #195490 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195490 is #E6AB6F. Grayscale: #484848. Windows color (decimal): -15117168 or 9458713. OLE color: 9458713.

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

Color convert

RGB2584144-
CMYK0.830.4200.44
HSL210.25º70.41%33.14%-
HSV(B)210.25º82.64%56.47%-
XYZ8.618.5627.58-
YUV73.2167.9593.62-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.88%
GREEN value IS 84 (33.20% from 255) = 33.20%
BLUE value IS 144 (56.64% from 255) = 56.92%
R=9.88%
G=33.20%
B=56.92%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal25841440.830.4200.44210.2570.4133.14
Hex195490532A02Cd24621
Octal311242201235205432210641
Binary1100110101001001000010100111010100101100110100101000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195490; }

 p { color: rgb(25,84,144); }

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

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

 a { background-color: rgb(25,84,144); }

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

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

 span { border-color: rgb(25,84,144); }

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