Html Css Color HEX #185C88 Bahama Blue

📋 copy color: '#185C88'

red 24 ◦ green 92 ◦ blue 136

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

Shades of Bahama Blue #185C88

Tints of Bahama Blue #185C88

RGB

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

 GREEN value IS 92 (36.33% from 255) = 36.51%

 BLUE value IS 136 (53.52% from 255) = 53.97%

R = 9.52%
G = 36.51%
B = 53.97%

CMYK

 C value IS 0.82

 M value IS 0.32

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#185C88 (or 0x185C88) is known color: Bahama Blue. HEX triplet: 18, 5C and 88. RGB value is (24,92,136). Sum of RGB (Red+Green+Blue) = 24+92+136=252 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.52% from 252); Green value is 92 (36.33% from 255 or 36.51% from 252); Blue value is 136 (53.52% from 255 or 53.97% from 252); Max value from RGB is 136 - color contains mainly: blue. Hex color #185C88 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185C88 is #E7A377. Grayscale: #4C4C4C. Windows color (decimal): -15180664 or 8936472. OLE color: 8936472.

HSL color Cylindrical-coordinate representation of color #185C88: hue angle of 203.57º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #185C88 is Cyan = 0.82, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 24 92 136 -
CMYK 0.82 0.32 0 0.47
HSL 203.57º 0.7% 0.31% -
HSV(B) 203.57º 0.82% 0.53% -
XYZ 8.65 9.63 24.69 -
YUV 76.68 161.47 90.42 -
System Red Green Blue C M Y K H S L
Decimal 24 92 136 0.82 0.32 0 0.47 203.57 0.7 0.31
Hex 18 5C 88 52 20 0 2F CC 46 1F
Octal 30 134 210 122 40 0 57 314 106 37
Binary 11000 1011100 10001000 1010010 100000 0 101111 11001100 1000110 11111

Color Harmonies of #185C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185C88

Black with #185C88

Text Example


Text Example

White with #185C88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185C88; }

 p { color: rgb(24,92,136); }

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

background-color css

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

 a { background-color: rgb(24,92,136); }

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

border-color css

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

 span { border-color: rgb(24,92,136); }

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