Html Css Color HEX #185380 Bahama Blue

📋 copy color: '#185380'

red 24 ◦ green 83 ◦ blue 128

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

Shades of Bahama Blue #185380

Tints of Bahama Blue #185380

RGB

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

 GREEN value IS 83 (32.81% from 255) = 35.32%

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

R = 10.21%
G = 35.32%
B = 54.47%

CMYK

 C value IS 0.81

 M value IS 0.35

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#185380 (or 0x185380) is known color: Bahama Blue. HEX triplet: 18, 53 and 80. RGB value is (24,83,128). Sum of RGB (Red+Green+Blue) = 24+83+128=235 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.21% from 235); Green value is 83 (32.81% from 255 or 35.32% from 235); Blue value is 128 (50.39% from 255 or 54.47% from 235); Max value from RGB is 128 - color contains mainly: blue. Hex color #185380 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #185380 is #E7AC7F. Grayscale: #464646. Windows color (decimal): -15182976 or 8409880. OLE color: 8409880.

HSL color Cylindrical-coordinate representation of color #185380: hue angle of 205.96º 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 #185380 is Cyan = 0.81, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 24 83 128 -
CMYK 0.81 0.35 0 0.50
HSL 205.96º 0.68% 0.3% -
HSV(B) 205.96º 0.81% 0.5% -
XYZ 7.37 7.94 21.57 -
YUV 70.49 160.45 94.84 -
System Red Green Blue C M Y K H S L
Decimal 24 83 128 0.81 0.35 0 0.50 205.96 0.68 0.3
Hex 18 53 80 51 23 0 32 CE 44 1E
Octal 30 123 200 121 43 0 62 316 104 36
Binary 11000 1010011 10000000 1010001 100011 0 110010 11001110 1000100 11110

Color Harmonies of #185380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #185380

Black with #185380

Text Example


Text Example

White with #185380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #185380; }

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

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

background-color css

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

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

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

border-color css

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

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

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