Html Css Color HEX #184996 Endeavour

📋 copy color: '#184996'

red 24 ◦ green 73 ◦ blue 150

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

Shades of Endeavour #184996

Tints of Endeavour #184996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 60.73%

R = 9.72%
G = 29.55%
B = 60.73%

CMYK

 C value IS 0.84

 M value IS 0.51

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#184996 (or 0x184996) is known color: Endeavour. HEX triplet: 18, 49 and 96. RGB value is (24,73,150). Sum of RGB (Red+Green+Blue) = 24+73+150=247 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.72% from 247); Green value is 73 (28.91% from 255 or 29.55% from 247); Blue value is 150 (58.98% from 255 or 60.73% from 247); Max value from RGB is 150 - color contains mainly: blue. Hex color #184996 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #184996 is #E7B669. Grayscale: #424242. Windows color (decimal): -15185514 or 9849112. OLE color: 9849112.

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

Color convert

RGB 24 73 150 -
CMYK 0.84 0.51 0 0.41
HSL 216.67º 0.72% 0.34% -
HSV(B) 216.67º 0.84% 0.59% -
XYZ 8.26 7.16 29.8 -
YUV 67.13 174.77 97.24 -
System Red Green Blue C M Y K H S L
Decimal 24 73 150 0.84 0.51 0 0.41 216.67 0.72 0.34
Hex 18 49 96 54 33 0 29 D9 48 22
Octal 30 111 226 124 63 0 51 331 110 42
Binary 11000 1001001 10010110 1010100 110011 0 101001 11011001 1001000 100010

Color Harmonies of #184996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184996

Black with #184996

Text Example


Text Example

White with #184996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #184996; }

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

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

background-color css

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

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

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

border-color css

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

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

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