Html Css Color HEX #184A96 Endeavour

📋 copy color: '#184A96'

red 24 ◦ green 74 ◦ blue 150

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

Shades of Endeavour #184A96

Tints of Endeavour #184A96

RGB

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

 GREEN value IS 74 (29.3% from 255) = 29.84%

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

R = 9.68%
G = 29.84%
B = 60.48%

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

#184A96 (or 0x184A96) is known color: Endeavour. HEX triplet: 18, 4A and 96. RGB value is (24,74,150). Sum of RGB (Red+Green+Blue) = 24+74+150=248 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.68% from 248); Green value is 74 (29.30% from 255 or 29.84% from 248); Blue value is 150 (58.98% from 255 or 60.48% from 248); Max value from RGB is 150 - color contains mainly: blue. Hex color #184A96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #184A96 is #E7B569. Grayscale: #434343. Windows color (decimal): -15185258 or 9849368. OLE color: 9849368.

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

Color convert

RGB 24 74 150 -
CMYK 0.84 0.51 0 0.41
HSL 216.19º 0.72% 0.34% -
HSV(B) 216.19º 0.84% 0.59% -
XYZ 8.33 7.29 29.82 -
YUV 67.71 174.44 96.82 -
System Red Green Blue C M Y K H S L
Decimal 24 74 150 0.84 0.51 0 0.41 216.19 0.72 0.34
Hex 18 4A 96 54 33 0 29 D8 48 22
Octal 30 112 226 124 63 0 51 330 110 42
Binary 11000 1001010 10010110 1010100 110011 0 101001 11011000 1001000 100010

Color Harmonies of #184A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184A96

Black with #184A96

Text Example


Text Example

White with #184A96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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