Html Css Color HEX #184990 Endeavour

📋 copy color: '#184990'

red 24 ◦ green 73 ◦ blue 144

#184990
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Endeavour #184990

Tints of Endeavour #184990

RGB

 RED value IS 24 (9.77% from 255) = 9.96%

 GREEN value IS 73 (28.91% from 255) = 30.29%

 BLUE value IS 144 (56.64% from 255) = 59.75%

R = 9.96%
G = 30.29%
B = 59.75%

CMYK

 C value IS 0.83

 M value IS 0.49

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#184990 (or 0x184990) is known color: Endeavour. HEX triplet: 18, 49 and 90. RGB value is (24,73,144). Sum of RGB (Red+Green+Blue) = 24+73+144=241 (31% of max value = 765). Red value is 24 (9.77% from 255 or 9.96% from 241); Green value is 73 (28.91% from 255 or 30.29% from 241); Blue value is 144 (56.64% from 255 or 59.75% from 241); Max value from RGB is 144 - color contains mainly: blue. Hex color #184990 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #184990 is #E7B66F. Grayscale: #424242. Windows color (decimal): -15185520 or 9455896. OLE color: 9455896.

HSL color Cylindrical-coordinate representation of color #184990: hue angle of 215.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 #184990 is Cyan = 0.83, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 24 73 144 -
CMYK 0.83 0.49 0 0.44
HSL 215.5º 0.71% 0.33% -
HSV(B) 215.5º 0.83% 0.56% -
XYZ 7.79 6.97 27.32 -
YUV 66.44 171.77 97.73 -
System Red Green Blue C M Y K H S L
Decimal 24 73 144 0.83 0.49 0 0.44 215.5 0.71 0.33
Hex 18 49 90 53 31 0 2C D8 47 21
Octal 30 111 220 123 61 0 54 330 107 41
Binary 11000 1001001 10010000 1010011 110001 0 101100 11011000 1000111 100001

Color Harmonies of #184990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184990

Black with #184990

Text Example


Text Example

White with #184990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #184990; }

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

 H1.HeaderClassName
 {
   color: #184990;
 }
 .AnyTagClassName
 {
   color: #184990;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #184990;
 }
 .BgClassName
 {
   background-color: #184990;
 }
</style>

border-color css

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

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

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