#1A6498

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

Shades of Endeavour #1A6498

Tints of Endeavour #1A6498

Color information

#1A6498 (or 0x1A6498) is unknown color: approx Endeavour. HEX triplet: 1A, 64 and 98. RGB value is (26,100,152). Sum of RGB (Red+Green+Blue) = 26+100+152=278 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.35% from 278); Green value is 100 (39.45% from 255 or 35.97% from 278); Blue value is 152 (59.77% from 255 or 54.68% from 278); Max value from RGB is 152 - color contains mainly: blue. Hex color #1A6498 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1A6498 is #E59B67. Grayscale: #535353. Windows color (decimal): -15047528 or 9987098. OLE color: 9987098.

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

Color convert

RGB26100152-
CMYK0.830.3400.40
HSL204.76º70.79%34.9%-
HSV(B)204.76º82.89%59.61%-
XYZ10.6511.631.38-
YUV83.8166.4886.77-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.35%
GREEN value IS 100 (39.45% from 255) = 35.97%
BLUE value IS 152 (59.77% from 255) = 54.68%
R=9.35%
G=35.97%
B=54.68%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal261001520.830.3400.40204.7670.7934.9
Hex1A64985322028cd4723
Octal321442301234205031510743
Binary1101011001001001100010100111000100101000110011011000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A6498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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