Html Css Color HEX #184995 Endeavour

📋 copy color: '#184995'

red 24 ◦ green 73 ◦ blue 149

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

Shades of Endeavour #184995

Tints of Endeavour #184995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 60.57%

R = 9.76%
G = 29.67%
B = 60.57%

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

#184995 (or 0x184995) is known color: Endeavour. HEX triplet: 18, 49 and 95. RGB value is (24,73,149). Sum of RGB (Red+Green+Blue) = 24+73+149=246 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.76% from 246); Green value is 73 (28.91% from 255 or 29.67% from 246); Blue value is 149 (58.59% from 255 or 60.57% from 246); Max value from RGB is 149 - color contains mainly: blue. Hex color #184995 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #184995 is #E7B66A. Grayscale: #424242. Windows color (decimal): -15185515 or 9783576. OLE color: 9783576.

HSL color Cylindrical-coordinate representation of color #184995: hue angle of 216.48º 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 #184995 is Cyan = 0.84, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 24 73 149 -
CMYK 0.84 0.51 0 0.42
HSL 216.48º 0.72% 0.34% -
HSV(B) 216.48º 0.84% 0.58% -
XYZ 8.18 7.13 29.38 -
YUV 67.01 174.27 97.32 -
System Red Green Blue C M Y K H S L
Decimal 24 73 149 0.84 0.51 0 0.42 216.48 0.72 0.34
Hex 18 49 95 54 33 0 2A D8 48 22
Octal 30 111 225 124 63 0 52 330 110 42
Binary 11000 1001001 10010101 1010100 110011 0 101010 11011000 1001000 100010

Color Harmonies of #184995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184995

Black with #184995

Text Example


Text Example

White with #184995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #184995; }

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

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

background-color css

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

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

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

border-color css

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

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

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