Html Css Color HEX #185082 Bahama Blue

📋 copy color: '#185082'

red 24 ◦ green 80 ◦ blue 130

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

Shades of Bahama Blue #185082

Tints of Bahama Blue #185082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 55.56%

R = 10.26%
G = 34.19%
B = 55.56%

CMYK

 C value IS 0.82

 M value IS 0.38

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#185082 (or 0x185082) is known color: Bahama Blue. HEX triplet: 18, 50 and 82. RGB value is (24,80,130). Sum of RGB (Red+Green+Blue) = 24+80+130=234 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.26% from 234); Green value is 80 (31.64% from 255 or 34.19% from 234); Blue value is 130 (51.17% from 255 or 55.56% from 234); Max value from RGB is 130 - color contains mainly: blue. Hex color #185082 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185082 is #E7AF7D. Grayscale: #444444. Windows color (decimal): -15183742 or 8540184. OLE color: 8540184.

HSL color Cylindrical-coordinate representation of color #185082: hue angle of 208.3º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #185082 is Cyan = 0.82, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 24 80 130 -
CMYK 0.82 0.38 0 0.49
HSL 208.3º 0.69% 0.3% -
HSV(B) 208.3º 0.82% 0.51% -
XYZ 7.27 7.54 22.19 -
YUV 68.96 162.45 95.93 -
System Red Green Blue C M Y K H S L
Decimal 24 80 130 0.82 0.38 0 0.49 208.3 0.69 0.3
Hex 18 50 82 52 26 0 31 D0 45 1E
Octal 30 120 202 122 46 0 61 320 105 36
Binary 11000 1010000 10000010 1010010 100110 0 110001 11010000 1000101 11110

Color Harmonies of #185082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185082

Black with #185082

Text Example


Text Example

White with #185082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185082; }

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

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

background-color css

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

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

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

border-color css

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

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

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