Html Css Color HEX #185077 Bahama Blue

📋 copy color: '#185077'

red 24 ◦ green 80 ◦ blue 119

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

Shades of Bahama Blue #185077

Tints of Bahama Blue #185077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 53.36%

R = 10.76%
G = 35.87%
B = 53.36%

CMYK

 C value IS 0.80

 M value IS 0.33

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#185077 (or 0x185077) is known color: Bahama Blue. HEX triplet: 18, 50 and 77. RGB value is (24,80,119). Sum of RGB (Red+Green+Blue) = 24+80+119=223 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.76% from 223); Green value is 80 (31.64% from 255 or 35.87% from 223); Blue value is 119 (46.88% from 255 or 53.36% from 223); Max value from RGB is 119 - color contains mainly: blue. Hex color #185077 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185077 is #E7AF88. Grayscale: #434343. Windows color (decimal): -15183753 or 7819288. OLE color: 7819288.

HSL color Cylindrical-coordinate representation of color #185077: hue angle of 204.63º degrees, saturation: 0.66, 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 #185077 is Cyan = 0.80, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 24 80 119 -
CMYK 0.80 0.33 0 0.53
HSL 204.63º 0.66% 0.28% -
HSV(B) 204.63º 0.8% 0.47% -
XYZ 6.58 7.26 18.51 -
YUV 67.7 156.95 96.83 -
System Red Green Blue C M Y K H S L
Decimal 24 80 119 0.80 0.33 0 0.53 204.63 0.66 0.28
Hex 18 50 77 50 21 0 35 CD 42 1C
Octal 30 120 167 120 41 0 65 315 102 34
Binary 11000 1010000 1110111 1010000 100001 0 110101 11001101 1000010 11100

Color Harmonies of #185077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185077

Black with #185077

Text Example


Text Example

White with #185077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185077; }

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

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

background-color css

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

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

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

border-color css

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

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

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