Html Css Color HEX #185080 Bahama Blue

📋 copy color: '#185080'

red 24 ◦ green 80 ◦ blue 128

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

Shades of Bahama Blue #185080

Tints of Bahama Blue #185080

RGB

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

 GREEN value IS 80 (31.64% from 255) = 34.48%

 BLUE value IS 128 (50.39% from 255) = 55.17%

R = 10.34%
G = 34.48%
B = 55.17%

CMYK

 C value IS 0.81

 M value IS 0.38

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#185080 (or 0x185080) is known color: Bahama Blue. HEX triplet: 18, 50 and 80. RGB value is (24,80,128). Sum of RGB (Red+Green+Blue) = 24+80+128=232 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.34% from 232); Green value is 80 (31.64% from 255 or 34.48% from 232); Blue value is 128 (50.39% from 255 or 55.17% from 232); Max value from RGB is 128 - color contains mainly: blue. Hex color #185080 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185080 is #E7AF7F. Grayscale: #444444. Windows color (decimal): -15183744 or 8409112. OLE color: 8409112.

HSL color Cylindrical-coordinate representation of color #185080: hue angle of 207.69º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #185080 is Cyan = 0.81, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 24 80 128 -
CMYK 0.81 0.38 0 0.50
HSL 207.69º 0.68% 0.3% -
HSV(B) 207.69º 0.81% 0.5% -
XYZ 7.14 7.49 21.49 -
YUV 68.73 161.45 96.1 -
System Red Green Blue C M Y K H S L
Decimal 24 80 128 0.81 0.38 0 0.50 207.69 0.68 0.3
Hex 18 50 80 51 26 0 32 D0 44 1E
Octal 30 120 200 121 46 0 62 320 104 36
Binary 11000 1010000 10000000 1010001 100110 0 110010 11010000 1000100 11110

Color Harmonies of #185080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185080

Black with #185080

Text Example


Text Example

White with #185080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185080; }

 p { color: rgb(24,80,128); }

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

background-color css

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

 a { background-color: rgb(24,80,128); }

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

border-color css

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

 span { border-color: rgb(24,80,128); }

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