#1C538B

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

Shades of Endeavour #1C538B

Tints of Endeavour #1C538B

Color information

#1C538B (or 0x1C538B) is unknown color: approx Endeavour. HEX triplet: 1C, 53 and 8B. RGB value is (28,83,139). Sum of RGB (Red+Green+Blue) = 28+83+139=250 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.2% from 250); Green value is 83 (32.81% from 255 or 33.2% from 250); Blue value is 139 (54.69% from 255 or 55.6% from 250); Max value from RGB is 139 - color contains mainly: blue. Hex color #1C538B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C538B is #E3AC74. Grayscale: #484848. Windows color (decimal): -14920821 or 9130780. OLE color: 9130780.

HSL color Cylindrical-coordinate representation of color #1C538B: hue angle of 210.27º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C538B is Cyan = 0.80, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2883139-
CMYK0.800.4000.45
HSL210.27º66.47%32.75%-
HSV(B)210.27º79.86%54.51%-
XYZ8.238.325.59-
YUV72.94165.2895.95-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.2%
GREEN value IS 83 (32.81% from 255) = 33.2%
BLUE value IS 139 (54.69% from 255) = 55.6%
R=11.2%
G=33.2%
B=55.6%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal28831390.800.4000.45210.2766.4732.75
Hex1C538B502802Dd24221
Octal341232131205005532210241
Binary1110010100111000101110100001010000101101110100101000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C538B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,83,139); }

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

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

 a { background-color: rgb(28,83,139); }

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

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

 span { border-color: rgb(28,83,139); }

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