Html Css Color HEX #18527E Bahama Blue

📋 copy color: '#18527E'

red 24 ◦ green 82 ◦ blue 126

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

Shades of Bahama Blue #18527E

Tints of Bahama Blue #18527E

RGB

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

 GREEN value IS 82 (32.42% from 255) = 35.34%

 BLUE value IS 126 (49.61% from 255) = 54.31%

R = 10.34%
G = 35.34%
B = 54.31%

CMYK

 C value IS 0.81

 M value IS 0.35

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#18527E (or 0x18527E) is known color: Bahama Blue. HEX triplet: 18, 52 and 7E. RGB value is (24,82,126). Sum of RGB (Red+Green+Blue) = 24+82+126=232 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.34% from 232); Green value is 82 (32.42% from 255 or 35.34% from 232); Blue value is 126 (49.61% from 255 or 54.31% from 232); Max value from RGB is 126 - color contains mainly: blue. Hex color #18527E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18527E is #E7AD81. Grayscale: #454545. Windows color (decimal): -15183234 or 8278552. OLE color: 8278552.

HSL color Cylindrical-coordinate representation of color #18527E: hue angle of 205.88º 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 #18527E is Cyan = 0.81, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 24 82 126 -
CMYK 0.81 0.35 0 0.51
HSL 205.88º 0.68% 0.29% -
HSV(B) 205.88º 0.81% 0.49% -
XYZ 7.16 7.74 20.85 -
YUV 69.67 159.78 95.42 -
System Red Green Blue C M Y K H S L
Decimal 24 82 126 0.81 0.35 0 0.51 205.88 0.68 0.29
Hex 18 52 7E 51 23 0 33 CE 44 1D
Octal 30 122 176 121 43 0 63 316 104 35
Binary 11000 1010010 1111110 1010001 100011 0 110011 11001110 1000100 11101

Color Harmonies of #18527E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18527E

Black with #18527E

Text Example


Text Example

White with #18527E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18527E; }

 p { color: rgb(24,82,126); }

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

background-color css

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

 a { background-color: rgb(24,82,126); }

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

border-color css

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

 span { border-color: rgb(24,82,126); }

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