#1A5B98

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

Shades of Endeavour #1A5B98

Tints of Endeavour #1A5B98

Color information

#1A5B98 (or 0x1A5B98) is unknown color: approx Endeavour. HEX triplet: 1A, 5B and 98. RGB value is (26,91,152). Sum of RGB (Red+Green+Blue) = 26+91+152=269 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.67% from 269); Green value is 91 (35.94% from 255 or 33.83% from 269); Blue value is 152 (59.77% from 255 or 56.51% from 269); Max value from RGB is 152 - color contains mainly: blue. Hex color #1A5B98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A5B98 is #E5A467. Grayscale: #4E4E4E. Windows color (decimal): -15049832 or 9984794. OLE color: 9984794.

HSL color Cylindrical-coordinate representation of color #1A5B98: hue angle of 209.05º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1A5B98 is Cyan = 0.83, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB2691152-
CMYK0.830.4000.40
HSL209.05º70.79%34.9%-
HSV(B)209.05º82.89%59.61%-
XYZ9.839.9731.11-
YUV78.52169.4790.54-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.67%
GREEN value IS 91 (35.94% from 255) = 33.83%
BLUE value IS 152 (59.77% from 255) = 56.51%
R=9.67%
G=33.83%
B=56.51%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal26911520.830.4000.40209.0570.7934.9
Hex1A5B985328028d14723
Octal321332301235005032110743
Binary1101010110111001100010100111010000101000110100011000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A5B98; }

 p { color: rgb(26,91,152); }

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

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

 a { background-color: rgb(26,91,152); }

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

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

 span { border-color: rgb(26,91,152); }

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