Html Css Color HEX #184D8B Endeavour

📋 copy color: '#184D8B'

red 24 ◦ green 77 ◦ blue 139

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

Shades of Endeavour #184D8B

Tints of Endeavour #184D8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 57.92%

R = 10%
G = 32.08%
B = 57.92%

CMYK

 C value IS 0.83

 M value IS 0.45

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#184D8B (or 0x184D8B) is known color: Endeavour. HEX triplet: 18, 4D and 8B. RGB value is (24,77,139). Sum of RGB (Red+Green+Blue) = 24+77+139=240 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10% from 240); Green value is 77 (30.47% from 255 or 32.08% from 240); Blue value is 139 (54.69% from 255 or 57.92% from 240); Max value from RGB is 139 - color contains mainly: blue. Hex color #184D8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #184D8B is #E7B274. Grayscale: #434343. Windows color (decimal): -15184501 or 9129240. OLE color: 9129240.

HSL color Cylindrical-coordinate representation of color #184D8B: hue angle of 212.35º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #184D8B is Cyan = 0.83, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 24 77 139 -
CMYK 0.83 0.45 0 0.45
HSL 212.35º 0.71% 0.32% -
HSV(B) 212.35º 0.83% 0.55% -
XYZ 7.69 7.37 25.44 -
YUV 68.22 167.94 96.46 -
System Red Green Blue C M Y K H S L
Decimal 24 77 139 0.83 0.45 0 0.45 212.35 0.71 0.32
Hex 18 4D 8B 53 2D 0 2D D4 47 20
Octal 30 115 213 123 55 0 55 324 107 40
Binary 11000 1001101 10001011 1010011 101101 0 101101 11010100 1000111 100000

Color Harmonies of #184D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184D8B

Black with #184D8B

Text Example


Text Example

White with #184D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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