#195A9C

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

Shades of Endeavour #195A9C

Tints of Endeavour #195A9C

Color information

#195A9C (or 0x195A9C) is unknown color: approx Endeavour. HEX triplet: 19, 5A and 9C. RGB value is (25,90,156). Sum of RGB (Red+Green+Blue) = 25+90+156=271 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.23% from 271); Green value is 90 (35.55% from 255 or 33.21% from 271); Blue value is 156 (61.33% from 255 or 57.56% from 271); Max value from RGB is 156 - color contains mainly: blue. Hex color #195A9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #195A9C is #E6A563. Grayscale: #4D4D4D. Windows color (decimal): -15115620 or 10246681. OLE color: 10246681.

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

Color convert

RGB2590156-
CMYK0.840.4200.39
HSL210.23º72.38%35.49%-
HSV(B)210.23º83.97%61.18%-
XYZ10.069.9232.84-
YUV78.09171.9790.13-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.23%
GREEN value IS 90 (35.55% from 255) = 33.21%
BLUE value IS 156 (61.33% from 255) = 57.56%
R=9.23%
G=33.21%
B=57.56%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal25901560.840.4200.39210.2372.3835.49
Hex195A9C542A027d24823
Octal311322341245204732211043
Binary1100110110101001110010101001010100100111110100101001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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