Html Css Color HEX #185085 Bahama Blue

📋 copy color: '#185085'

red 24 ◦ green 80 ◦ blue 133

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

Shades of Bahama Blue #185085

Tints of Bahama Blue #185085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 56.12%

R = 10.13%
G = 33.76%
B = 56.12%

CMYK

 C value IS 0.82

 M value IS 0.40

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#185085 (or 0x185085) is known color: Bahama Blue. HEX triplet: 18, 50 and 85. RGB value is (24,80,133). Sum of RGB (Red+Green+Blue) = 24+80+133=237 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.13% from 237); Green value is 80 (31.64% from 255 or 33.76% from 237); Blue value is 133 (52.34% from 255 or 56.12% from 237); Max value from RGB is 133 - color contains mainly: blue. Hex color #185085 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185085 is #E7AF7A. Grayscale: #454545. Windows color (decimal): -15183739 or 8736792. OLE color: 8736792.

HSL color Cylindrical-coordinate representation of color #185085: hue angle of 209.17º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #185085 is Cyan = 0.82, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 24 80 133 -
CMYK 0.82 0.40 0 0.48
HSL 209.17º 0.69% 0.31% -
HSV(B) 209.17º 0.82% 0.52% -
XYZ 7.48 7.62 23.27 -
YUV 69.3 163.95 95.69 -
System Red Green Blue C M Y K H S L
Decimal 24 80 133 0.82 0.40 0 0.48 209.17 0.69 0.31
Hex 18 50 85 52 28 0 30 D1 45 1F
Octal 30 120 205 122 50 0 60 321 105 37
Binary 11000 1010000 10000101 1010010 101000 0 110000 11010001 1000101 11111

Color Harmonies of #185085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185085

Black with #185085

Text Example


Text Example

White with #185085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185085; }

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

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

background-color css

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

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

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

border-color css

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

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

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