#1A5F9A

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

Shades of Endeavour #1A5F9A

Tints of Endeavour #1A5F9A

Color information

#1A5F9A (or 0x1A5F9A) is unknown color: approx Endeavour. HEX triplet: 1A, 5F and 9A. RGB value is (26,95,154). Sum of RGB (Red+Green+Blue) = 26+95+154=275 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.45% from 275); Green value is 95 (37.5% from 255 or 34.55% from 275); Blue value is 154 (60.55% from 255 or 56% from 275); Max value from RGB is 154 - color contains mainly: blue. Hex color #1A5F9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A5F9A is #E5A065. Grayscale: #505050. Windows color (decimal): -15048806 or 10116890. OLE color: 10116890.

HSL color Cylindrical-coordinate representation of color #1A5F9A: hue angle of 207.66º 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 #1A5F9A is Cyan = 0.83, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB2695154-
CMYK0.830.3800.40
HSL207.66º71.11%35.29%-
HSV(B)207.66º83.12%60.39%-
XYZ10.3510.7432.1-
YUV81.1169.1488.7-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.45%
GREEN value IS 95 (37.5% from 255) = 34.55%
BLUE value IS 154 (60.55% from 255) = 56%
R=9.45%
G=34.55%
B=56%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal26951540.830.3800.40207.6671.1135.29
Hex1A5F9A5326028d04723
Octal321372321234605032010743
Binary1101010111111001101010100111001100101000110100001000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A5F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,95,154); }

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

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

 a { background-color: rgb(26,95,154); }

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

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

 span { border-color: rgb(26,95,154); }

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