#1F528C

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

Shades of Endeavour #1F528C

Tints of Endeavour #1F528C

Color information

#1F528C (or 0x1F528C) is unknown color: approx Endeavour. HEX triplet: 1F, 52 and 8C. RGB value is (31,82,140). Sum of RGB (Red+Green+Blue) = 31+82+140=253 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.25% from 253); Green value is 82 (32.42% from 255 or 32.41% from 253); Blue value is 140 (55.08% from 255 or 55.34% from 253); Max value from RGB is 140 - color contains mainly: blue. Hex color #1F528C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F528C is #E0AD73. Grayscale: #494949. Windows color (decimal): -14724468 or 9196063. OLE color: 9196063.

HSL color Cylindrical-coordinate representation of color #1F528C: hue angle of 211.93º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F528C is Cyan = 0.78, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3182140-
CMYK0.780.4100.45
HSL211.93º63.74%33.53%-
HSV(B)211.93º77.86%54.9%-
XYZ8.328.2225.96-
YUV73.36165.697.78-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.25%
GREEN value IS 82 (32.42% from 255) = 32.41%
BLUE value IS 140 (55.08% from 255) = 55.34%
R=12.25%
G=32.41%
B=55.34%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal31821400.780.4100.45211.9363.7433.53
Hex1F528C4E2902Dd44022
Octal371222141165105532410042
Binary1111110100101000110010011101010010101101110101001000000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F528C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,82,140); }

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

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

 a { background-color: rgb(31,82,140); }

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

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

 span { border-color: rgb(31,82,140); }

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