#1A6297

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

Shades of Endeavour #1A6297

Tints of Endeavour #1A6297

Color information

#1A6297 (or 0x1A6297) is unknown color: approx Endeavour. HEX triplet: 1A, 62 and 97. RGB value is (26,98,151). Sum of RGB (Red+Green+Blue) = 26+98+151=275 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.45% from 275); Green value is 98 (38.67% from 255 or 35.64% from 275); Blue value is 151 (59.38% from 255 or 54.91% from 275); Max value from RGB is 151 - color contains mainly: blue. Hex color #1A6297 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A6297 is #E59D68. Grayscale: #525252. Windows color (decimal): -15048041 or 9921050. OLE color: 9921050.

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

Color convert

RGB2698151-
CMYK0.830.3500.41
HSL205.44º70.62%34.71%-
HSV(B)205.44º82.78%59.22%-
XYZ10.3811.1930.89-
YUV82.51166.6587.69-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.45%
GREEN value IS 98 (38.67% from 255) = 35.64%
BLUE value IS 151 (59.38% from 255) = 54.91%
R=9.45%
G=35.64%
B=54.91%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal26981510.830.3500.41205.4470.6234.71
Hex1A62975323029cd4723
Octal321422271234305131510743
Binary1101011000101001011110100111000110101001110011011000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,98,151); }

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

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

 a { background-color: rgb(26,98,151); }

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

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

 span { border-color: rgb(26,98,151); }

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