#1D519A

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

Shades of Endeavour #1D519A

Tints of Endeavour #1D519A

Color information

#1D519A (or 0x1D519A) is unknown color: approx Endeavour. HEX triplet: 1D, 51 and 9A. RGB value is (29,81,154). Sum of RGB (Red+Green+Blue) = 29+81+154=264 (34% of max value = 765). Red value is 29 (11.72% from 255 or 10.98% from 264); Green value is 81 (32.03% from 255 or 30.68% from 264); Blue value is 154 (60.55% from 255 or 58.33% from 264); Max value from RGB is 154 - color contains mainly: blue. Hex color #1D519A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D519A is #E2AE65. Grayscale: #494949. Windows color (decimal): -14855782 or 10113309. OLE color: 10113309.

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

Color convert

RGB2981154-
CMYK0.810.4700.40
HSL215.04º68.31%35.88%-
HSV(B)215.04º81.17%60.39%-
XYZ9.288.4831.72-
YUV73.77173.2796.06-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.98%
GREEN value IS 81 (32.03% from 255) = 30.68%
BLUE value IS 154 (60.55% from 255) = 58.33%
R=10.98%
G=30.68%
B=58.33%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal29811540.810.4700.40215.0468.3135.88
Hex1D519A512F028d74424
Octal351212321215705032710444
Binary1110110100011001101010100011011110101000110101111000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D519A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,81,154); }

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

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

 a { background-color: rgb(29,81,154); }

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

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

 span { border-color: rgb(29,81,154); }

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