Html Css Color HEX #184E81 Bahama Blue

📋 copy color: '#184E81'

red 24 ◦ green 78 ◦ blue 129

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

Shades of Bahama Blue #184E81

Tints of Bahama Blue #184E81

RGB

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

 GREEN value IS 78 (30.86% from 255) = 33.77%

 BLUE value IS 129 (50.78% from 255) = 55.84%

R = 10.39%
G = 33.77%
B = 55.84%

CMYK

 C value IS 0.81

 M value IS 0.40

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#184E81 (or 0x184E81) is known color: Bahama Blue. HEX triplet: 18, 4E and 81. RGB value is (24,78,129). Sum of RGB (Red+Green+Blue) = 24+78+129=231 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.39% from 231); Green value is 78 (30.86% from 255 or 33.77% from 231); Blue value is 129 (50.78% from 255 or 55.84% from 231); Max value from RGB is 129 - color contains mainly: blue. Hex color #184E81 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #184E81 is #E7B17E. Grayscale: #434343. Windows color (decimal): -15184255 or 8474136. OLE color: 8474136.

HSL color Cylindrical-coordinate representation of color #184E81: hue angle of 209.14º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #184E81 is Cyan = 0.81, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 24 78 129 -
CMYK 0.81 0.40 0 0.49
HSL 209.14º 0.69% 0.3% -
HSV(B) 209.14º 0.81% 0.51% -
XYZ 7.06 7.23 21.79 -
YUV 67.67 162.61 96.85 -
System Red Green Blue C M Y K H S L
Decimal 24 78 129 0.81 0.40 0 0.49 209.14 0.69 0.3
Hex 18 4E 81 51 28 0 31 D1 45 1E
Octal 30 116 201 121 50 0 61 321 105 36
Binary 11000 1001110 10000001 1010001 101000 0 110001 11010001 1000101 11110

Color Harmonies of #184E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184E81

Black with #184E81

Text Example


Text Example

White with #184E81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,78,129); }

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

background-color css

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

 a { background-color: rgb(24,78,129); }

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

border-color css

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

 span { border-color: rgb(24,78,129); }

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