Html Css Color HEX #184894 Endeavour

📋 copy color: '#184894'

red 24 ◦ green 72 ◦ blue 148

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

Shades of Endeavour #184894

Tints of Endeavour #184894

RGB

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

 GREEN value IS 72 (28.52% from 255) = 29.51%

 BLUE value IS 148 (58.2% from 255) = 60.66%

R = 9.84%
G = 29.51%
B = 60.66%

CMYK

 C value IS 0.84

 M value IS 0.51

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#184894 (or 0x184894) is known color: Endeavour. HEX triplet: 18, 48 and 94. RGB value is (24,72,148). Sum of RGB (Red+Green+Blue) = 24+72+148=244 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.84% from 244); Green value is 72 (28.52% from 255 or 29.51% from 244); Blue value is 148 (58.20% from 255 or 60.66% from 244); Max value from RGB is 148 - color contains mainly: blue. Hex color #184894 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #184894 is #E7B76B. Grayscale: #414141. Windows color (decimal): -15185772 or 9717784. OLE color: 9717784.

HSL color Cylindrical-coordinate representation of color #184894: hue angle of 216.77º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #184894 is Cyan = 0.84, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 24 72 148 -
CMYK 0.84 0.51 0 0.42
HSL 216.77º 0.72% 0.34% -
HSV(B) 216.77º 0.84% 0.58% -
XYZ 8.04 6.97 28.94 -
YUV 66.31 174.1 97.82 -
System Red Green Blue C M Y K H S L
Decimal 24 72 148 0.84 0.51 0 0.42 216.77 0.72 0.34
Hex 18 48 94 54 33 0 2A D9 48 22
Octal 30 110 224 124 63 0 52 331 110 42
Binary 11000 1001000 10010100 1010100 110011 0 101010 11011001 1001000 100010

Color Harmonies of #184894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184894

Black with #184894

Text Example


Text Example

White with #184894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #184894; }

 p { color: rgb(24,72,148); }

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

background-color css

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

 a { background-color: rgb(24,72,148); }

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

border-color css

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

 span { border-color: rgb(24,72,148); }

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