Html Css Color HEX #18577C Bahama Blue

📋 copy color: '#18577C'

red 24 ◦ green 87 ◦ blue 124

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

Shades of Bahama Blue #18577C

Tints of Bahama Blue #18577C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 37.02%

 BLUE value IS 124 (48.83% from 255) = 52.77%

R = 10.21%
G = 37.02%
B = 52.77%

CMYK

 C value IS 0.81

 M value IS 0.30

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#18577C (or 0x18577C) is known color: Bahama Blue. HEX triplet: 18, 57 and 7C. RGB value is (24,87,124). Sum of RGB (Red+Green+Blue) = 24+87+124=235 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.21% from 235); Green value is 87 (34.38% from 255 or 37.02% from 235); Blue value is 124 (48.83% from 255 or 52.77% from 235); Max value from RGB is 124 - color contains mainly: blue. Hex color #18577C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18577C is #E7A883. Grayscale: #484848. Windows color (decimal): -15181956 or 8148760. OLE color: 8148760.

HSL color Cylindrical-coordinate representation of color #18577C: hue angle of 202.2º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #18577C is Cyan = 0.81, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 24 87 124 -
CMYK 0.81 0.30 0 0.51
HSL 202.2º 0.68% 0.29% -
HSV(B) 202.2º 0.81% 0.49% -
XYZ 7.42 8.47 20.31 -
YUV 72.38 157.13 93.49 -
System Red Green Blue C M Y K H S L
Decimal 24 87 124 0.81 0.30 0 0.51 202.2 0.68 0.29
Hex 18 57 7C 51 1E 0 33 CA 44 1D
Octal 30 127 174 121 36 0 63 312 104 35
Binary 11000 1010111 1111100 1010001 11110 0 110011 11001010 1000100 11101

Color Harmonies of #18577C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18577C

Black with #18577C

Text Example


Text Example

White with #18577C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18577C; }

 p { color: rgb(24,87,124); }

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

background-color css

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

 a { background-color: rgb(24,87,124); }

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

border-color css

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

 span { border-color: rgb(24,87,124); }

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