#184F98

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

Shades of Endeavour #184F98

Tints of Endeavour #184F98

Color information

#184F98 (or 0x184F98) is unknown color: approx Endeavour. HEX triplet: 18, 4F and 98. RGB value is (24,79,152). Sum of RGB (Red+Green+Blue) = 24+79+152=255 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.41% from 255); Green value is 79 (31.25% from 255 or 30.98% from 255); Blue value is 152 (59.77% from 255 or 59.61% from 255); Max value from RGB is 152 - color contains mainly: blue. Hex color #184F98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #184F98 is #E7B067. Grayscale: #464646. Windows color (decimal): -15183976 or 9981720. OLE color: 9981720.

HSL color Cylindrical-coordinate representation of color #184F98: hue angle of 214.22º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #184F98 is Cyan = 0.84, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB2479152-
CMYK0.840.4800.40
HSL214.22º72.73%34.51%-
HSV(B)214.22º84.21%59.61%-
XYZ8.848.0530.79-
YUV70.88173.7894.56-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.41%
GREEN value IS 79 (31.25% from 255) = 30.98%
BLUE value IS 152 (59.77% from 255) = 59.61%
R=9.41%
G=30.98%
B=59.61%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal24791520.840.4800.40214.2272.7334.51
Hex184F985430028d64923
Octal301172301246005032611143
Binary1100010011111001100010101001100000101000110101101001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184F98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184F98; }

 p { color: rgb(24,79,152); }

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

<style>
 a { background-color: #184F98; }

 a { background-color: rgb(24,79,152); }

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

<style>
 span { border-color: #184F98; }

 span { border-color: rgb(24,79,152); }

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