#1C548B

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

Shades of Endeavour #1C548B

Tints of Endeavour #1C548B

Color information

#1C548B (or 0x1C548B) is unknown color: approx Endeavour. HEX triplet: 1C, 54 and 8B. RGB value is (28,84,139). Sum of RGB (Red+Green+Blue) = 28+84+139=251 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.16% from 251); Green value is 84 (33.20% from 255 or 33.47% from 251); Blue value is 139 (54.69% from 255 or 55.38% from 251); Max value from RGB is 139 - color contains mainly: blue. Hex color #1C548B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C548B is #E3AB74. Grayscale: #494949. Windows color (decimal): -14920565 or 9131036. OLE color: 9131036.

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

Color convert

RGB2884139-
CMYK0.800.4000.45
HSL209.73º66.47%32.75%-
HSV(B)209.73º79.86%54.51%-
XYZ8.318.4525.62-
YUV73.53164.9595.53-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.16%
GREEN value IS 84 (33.20% from 255) = 33.47%
BLUE value IS 139 (54.69% from 255) = 55.38%
R=11.16%
G=33.47%
B=55.38%

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
Decimal28841390.800.4000.45209.7366.4732.75
Hex1C548B502802Dd24221
Octal341242131205005532210241
Binary1110010101001000101110100001010000101101110100101000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C548B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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