Html Css Color HEX #185379 Bahama Blue

📋 copy color: '#185379'

red 24 ◦ green 83 ◦ blue 121

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

Shades of Bahama Blue #185379

Tints of Bahama Blue #185379

RGB

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

 GREEN value IS 83 (32.81% from 255) = 36.4%

 BLUE value IS 121 (47.66% from 255) = 53.07%

R = 10.53%
G = 36.4%
B = 53.07%

CMYK

 C value IS 0.80

 M value IS 0.31

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#185379 (or 0x185379) is known color: Bahama Blue. HEX triplet: 18, 53 and 79. RGB value is (24,83,121). Sum of RGB (Red+Green+Blue) = 24+83+121=228 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.53% from 228); Green value is 83 (32.81% from 255 or 36.40% from 228); Blue value is 121 (47.66% from 255 or 53.07% from 228); Max value from RGB is 121 - color contains mainly: blue. Hex color #185379 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185379 is #E7AC86. Grayscale: #454545. Windows color (decimal): -15182983 or 7951128. OLE color: 7951128.

HSL color Cylindrical-coordinate representation of color #185379: hue angle of 203.51º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #185379 is Cyan = 0.80, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 24 83 121 -
CMYK 0.80 0.31 0 0.53
HSL 203.51º 0.67% 0.28% -
HSV(B) 203.51º 0.8% 0.47% -
XYZ 6.92 7.76 19.22 -
YUV 69.69 156.95 95.41 -
System Red Green Blue C M Y K H S L
Decimal 24 83 121 0.80 0.31 0 0.53 203.51 0.67 0.28
Hex 18 53 79 50 1F 0 35 CC 43 1C
Octal 30 123 171 120 37 0 65 314 103 34
Binary 11000 1010011 1111001 1010000 11111 0 110101 11001100 1000011 11100

Color Harmonies of #185379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185379

Black with #185379

Text Example


Text Example

White with #185379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185379; }

 p { color: rgb(24,83,121); }

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

background-color css

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

 a { background-color: rgb(24,83,121); }

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

border-color css

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

 span { border-color: rgb(24,83,121); }

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