#184B90

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

Shades of Endeavour #184B90

Tints of Endeavour #184B90

Color information

#184B90 (or 0x184B90) is unknown color: approx Endeavour. HEX triplet: 18, 4B and 90. RGB value is (24,75,144). Sum of RGB (Red+Green+Blue) = 24+75+144=243 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.88% from 243); Green value is 75 (29.69% from 255 or 30.86% from 243); Blue value is 144 (56.64% from 255 or 59.26% from 243); Max value from RGB is 144 - color contains mainly: blue. Hex color #184B90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #184B90 is #E7B46F. Grayscale: #434343. Windows color (decimal): -15185008 or 9456408. OLE color: 9456408.

HSL color Cylindrical-coordinate representation of color #184B90: hue angle of 214.5º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #184B90 is Cyan = 0.83, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2475144-
CMYK0.830.4800.44
HSL214.5º71.43%32.94%-
HSV(B)214.5º83.33%56.47%-
XYZ7.937.2427.37-
YUV67.62171.196.89-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.88%
GREEN value IS 75 (29.69% from 255) = 30.86%
BLUE value IS 144 (56.64% from 255) = 59.26%
R=9.88%
G=30.86%
B=59.26%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal24751440.830.4800.44214.571.4332.94
Hex184B90533002Cd64721
Octal301132201236005432610741
Binary1100010010111001000010100111100000101100110101101000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,75,144); }

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

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

 a { background-color: rgb(24,75,144); }

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

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

 span { border-color: rgb(24,75,144); }

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