#1D52A3

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

Shades of Endeavour #1D52A3

Tints of Endeavour #1D52A3

Color information

#1D52A3 (or 0x1D52A3) is unknown color: approx Endeavour. HEX triplet: 1D, 52 and A3. RGB value is (29,82,163). Sum of RGB (Red+Green+Blue) = 29+82+163=274 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.58% from 274); Green value is 82 (32.42% from 255 or 29.93% from 274); Blue value is 163 (64.06% from 255 or 59.49% from 274); Max value from RGB is 163 - color contains mainly: blue. Hex color #1D52A3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D52A3 is #E2AD5C. Grayscale: #4B4B4B. Windows color (decimal): -14855517 or 10703389. OLE color: 10703389.

HSL color Cylindrical-coordinate representation of color #1D52A3: hue angle of 216.27º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1D52A3 is Cyan = 0.82, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB2982163-
CMYK0.820.5000.36
HSL216.27º69.79%37.65%-
HSV(B)216.27º82.21%63.92%-
XYZ10.138.9435.84-
YUV75.39177.4494.91-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.58%
GREEN value IS 82 (32.42% from 255) = 29.93%
BLUE value IS 163 (64.06% from 255) = 59.49%
R=10.58%
G=29.93%
B=59.49%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal29821630.820.5000.36216.2769.7937.65
Hex1D52A35232024d84626
Octal351222431226204433010646
Binary1110110100101010001110100101100100100100110110001000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D52A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,82,163); }

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

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

 a { background-color: rgb(29,82,163); }

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

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

 span { border-color: rgb(29,82,163); }

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