#18568B

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

Shades of Endeavour #18568B

Tints of Endeavour #18568B

Color information

#18568B (or 0x18568B) is unknown color: approx Endeavour. HEX triplet: 18, 56 and 8B. RGB value is (24,86,139). Sum of RGB (Red+Green+Blue) = 24+86+139=249 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.64% from 249); Green value is 86 (33.98% from 255 or 34.54% from 249); Blue value is 139 (54.69% from 255 or 55.82% from 249); Max value from RGB is 139 - color contains mainly: blue. Hex color #18568B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #18568B is #E7A974. Grayscale: #494949. Windows color (decimal): -15182197 or 9131544. OLE color: 9131544.

HSL color Cylindrical-coordinate representation of color #18568B: hue angle of 207.65º 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 #18568B is Cyan = 0.83, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2486139-
CMYK0.830.3800.45
HSL207.65º70.55%31.96%-
HSV(B)207.65º82.73%54.51%-
XYZ8.368.7125.67-
YUV73.5164.9692.69-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.64%
GREEN value IS 86 (33.98% from 255) = 34.54%
BLUE value IS 139 (54.69% from 255) = 55.82%
R=9.64%
G=34.54%
B=55.82%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal24861390.830.3800.45207.6570.5531.96
Hex18568B532602Dd04720
Octal301262131234605532010740
Binary1100010101101000101110100111001100101101110100001000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18568B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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