#195A98

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

Shades of Endeavour #195A98

Tints of Endeavour #195A98

Color information

#195A98 (or 0x195A98) is unknown color: approx Endeavour. HEX triplet: 19, 5A and 98. RGB value is (25,90,152). Sum of RGB (Red+Green+Blue) = 25+90+152=267 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.36% from 267); Green value is 90 (35.55% from 255 or 33.71% from 267); Blue value is 152 (59.77% from 255 or 56.93% from 267); Max value from RGB is 152 - color contains mainly: blue. Hex color #195A98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195A98 is #E6A567. Grayscale: #4D4D4D. Windows color (decimal): -15115624 or 9984537. OLE color: 9984537.

HSL color Cylindrical-coordinate representation of color #195A98: hue angle of 209.29º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #195A98 is Cyan = 0.84, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB2590152-
CMYK0.840.4100.40
HSL209.29º71.75%34.71%-
HSV(B)209.29º83.55%59.61%-
XYZ9.729.7931.08-
YUV77.63169.9790.46-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.36%
GREEN value IS 90 (35.55% from 255) = 33.71%
BLUE value IS 152 (59.77% from 255) = 56.93%
R=9.36%
G=33.71%
B=56.93%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal25901520.840.4100.40209.2971.7534.71
Hex195A985429028d14823
Octal311322301245105032111043
Binary1100110110101001100010101001010010101000110100011001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,90,152); }

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

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

 a { background-color: rgb(25,90,152); }

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

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

 span { border-color: rgb(25,90,152); }

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