#18528B

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

Shades of Endeavour #18528B

Tints of Endeavour #18528B

Color information

#18528B (or 0x18528B) is unknown color: approx Endeavour. HEX triplet: 18, 52 and 8B. RGB value is (24,82,139). Sum of RGB (Red+Green+Blue) = 24+82+139=245 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.80% from 245); Green value is 82 (32.42% from 255 or 33.47% from 245); Blue value is 139 (54.69% from 255 or 56.73% from 245); Max value from RGB is 139 - color contains mainly: blue. Hex color #18528B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18528B is #E7AD74. Grayscale: #464646. Windows color (decimal): -15183221 or 9130520. OLE color: 9130520.

HSL color Cylindrical-coordinate representation of color #18528B: hue angle of 209.74º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18528B is Cyan = 0.83, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2482139-
CMYK0.830.4100.45
HSL209.74º70.55%31.96%-
HSV(B)209.74º82.73%54.51%-
XYZ8.058.0925.56-
YUV71.16166.2894.37-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.80%
GREEN value IS 82 (32.42% from 255) = 33.47%
BLUE value IS 139 (54.69% from 255) = 56.73%
R=9.80%
G=33.47%
B=56.73%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal24821390.830.4100.45209.7470.5531.96
Hex18528B532902Dd24720
Octal301222131235105532210740
Binary1100010100101000101110100111010010101101110100101000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18528B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18528B; }

 p { color: rgb(24,82,139); }

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

<style>
 a { background-color: #18528B; }

 a { background-color: rgb(24,82,139); }

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

<style>
 span { border-color: #18528B; }

 span { border-color: rgb(24,82,139); }

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