Html Css Color HEX #184D95 Endeavour

📋 copy color: '#184D95'

red 24 ◦ green 77 ◦ blue 149

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

Shades of Endeavour #184D95

Tints of Endeavour #184D95

RGB

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

 GREEN value IS 77 (30.47% from 255) = 30.8%

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

R = 9.6%
G = 30.8%
B = 59.6%

CMYK

 C value IS 0.84

 M value IS 0.48

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#184D95 (or 0x184D95) is known color: Endeavour. HEX triplet: 18, 4D and 95. RGB value is (24,77,149). Sum of RGB (Red+Green+Blue) = 24+77+149=250 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.6% from 250); Green value is 77 (30.47% from 255 or 30.8% from 250); Blue value is 149 (58.59% from 255 or 59.6% from 250); Max value from RGB is 149 - color contains mainly: blue. Hex color #184D95 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #184D95 is #E7B26A. Grayscale: #454545. Windows color (decimal): -15184491 or 9784600. OLE color: 9784600.

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

Color convert

RGB 24 77 149 -
CMYK 0.84 0.48 0 0.42
HSL 214.56º 0.72% 0.34% -
HSV(B) 214.56º 0.84% 0.58% -
XYZ 8.46 7.67 29.47 -
YUV 69.36 172.94 95.65 -
System Red Green Blue C M Y K H S L
Decimal 24 77 149 0.84 0.48 0 0.42 214.56 0.72 0.34
Hex 18 4D 95 54 30 0 2A D7 48 22
Octal 30 115 225 124 60 0 52 327 110 42
Binary 11000 1001101 10010101 1010100 110000 0 101010 11010111 1001000 100010

Color Harmonies of #184D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184D95

Black with #184D95

Text Example


Text Example

White with #184D95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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