Html Css Color HEX #184F81 Bahama Blue

📋 copy color: '#184F81'

red 24 ◦ green 79 ◦ blue 129

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

Shades of Bahama Blue #184F81

Tints of Bahama Blue #184F81

RGB

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

 GREEN value IS 79 (31.25% from 255) = 34.05%

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

R = 10.34%
G = 34.05%
B = 55.6%

CMYK

 C value IS 0.81

 M value IS 0.39

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#184F81 (or 0x184F81) is known color: Bahama Blue. HEX triplet: 18, 4F and 81. RGB value is (24,79,129). Sum of RGB (Red+Green+Blue) = 24+79+129=232 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.34% from 232); Green value is 79 (31.25% from 255 or 34.05% from 232); Blue value is 129 (50.78% from 255 or 55.60% from 232); Max value from RGB is 129 - color contains mainly: blue. Hex color #184F81 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #184F81 is #E7B07E. Grayscale: #444444. Windows color (decimal): -15183999 or 8474392. OLE color: 8474392.

HSL color Cylindrical-coordinate representation of color #184F81: hue angle of 208.57º 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 #184F81 is Cyan = 0.81, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 24 79 129 -
CMYK 0.81 0.39 0 0.49
HSL 208.57º 0.69% 0.3% -
HSV(B) 208.57º 0.81% 0.51% -
XYZ 7.14 7.37 21.82 -
YUV 68.26 162.28 96.43 -
System Red Green Blue C M Y K H S L
Decimal 24 79 129 0.81 0.39 0 0.49 208.57 0.69 0.3
Hex 18 4F 81 51 27 0 31 D1 45 1E
Octal 30 117 201 121 47 0 61 321 105 36
Binary 11000 1001111 10000001 1010001 100111 0 110001 11010001 1000101 11110

Color Harmonies of #184F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184F81

Black with #184F81

Text Example


Text Example

White with #184F81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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