#1D6299

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

Shades of Endeavour #1D6299

Tints of Endeavour #1D6299

Color information

#1D6299 (or 0x1D6299) is unknown color: approx Endeavour. HEX triplet: 1D, 62 and 99. RGB value is (29,98,153). Sum of RGB (Red+Green+Blue) = 29+98+153=280 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.36% from 280); Green value is 98 (38.67% from 255 or 35% from 280); Blue value is 153 (60.16% from 255 or 54.64% from 280); Max value from RGB is 153 - color contains mainly: blue. Hex color #1D6299 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D6299 is #E29D66. Grayscale: #535353. Windows color (decimal): -14851431 or 10052125. OLE color: 10052125.

HSL color Cylindrical-coordinate representation of color #1D6299: hue angle of 206.61º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D6299 is Cyan = 0.81, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB2998153-
CMYK0.810.3600.4
HSL206.61º68.13%35.69%-
HSV(B)206.61º81.05%60%-
XYZ10.6211.331.76-
YUV83.64167.1489.03-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.36%
GREEN value IS 98 (38.67% from 255) = 35%
BLUE value IS 153 (60.16% from 255) = 54.64%
R=10.36%
G=35%
B=54.64%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal29981530.810.3600.4206.6168.1335.69
Hex1D62995124028cf4424
Octal351422311214405031710444
Binary1110111000101001100110100011001000101000110011111000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D6299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,98,153); }

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

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

 a { background-color: rgb(29,98,153); }

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

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

 span { border-color: rgb(29,98,153); }

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