Html Css Color HEX #145984 Bahama Blue

📋 copy color: '#145984'

red 20 ◦ green 89 ◦ blue 132

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

Shades of Bahama Blue #145984

Tints of Bahama Blue #145984

RGB

 RED value IS 20 (8.2% from 255) = 8.3%

 GREEN value IS 89 (35.16% from 255) = 36.93%

 BLUE value IS 132 (51.95% from 255) = 54.77%

R = 8.3%
G = 36.93%
B = 54.77%

CMYK

 C value IS 0.85

 M value IS 0.33

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#145984 (or 0x145984) is known color: Bahama Blue. HEX triplet: 14, 59 and 84. RGB value is (20,89,132). Sum of RGB (Red+Green+Blue) = 20+89+132=241 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.30% from 241); Green value is 89 (35.16% from 255 or 36.93% from 241); Blue value is 132 (51.95% from 255 or 54.77% from 241); Max value from RGB is 132 - color contains mainly: blue. Hex color #145984 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145984 is #EBA67B. Grayscale: #494949. Windows color (decimal): -15443580 or 8673556. OLE color: 8673556.

HSL color Cylindrical-coordinate representation of color #145984: hue angle of 203.04º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #145984 is Cyan = 0.85, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 20 89 132 -
CMYK 0.85 0.33 0 0.48
HSL 203.04º 0.74% 0.3% -
HSV(B) 203.04º 0.85% 0.52% -
XYZ 8.03 8.96 23.14 -
YUV 73.27 161.14 90 -
System Red Green Blue C M Y K H S L
Decimal 20 89 132 0.85 0.33 0 0.48 203.04 0.74 0.3
Hex 14 59 84 55 21 0 30 CB 4A 1E
Octal 24 131 204 125 41 0 60 313 112 36
Binary 10100 1011001 10000100 1010101 100001 0 110000 11001011 1001010 11110

Color Harmonies of #145984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145984

Black with #145984

Text Example


Text Example

White with #145984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145984; }

 p { color: rgb(20,89,132); }

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

background-color css

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

 a { background-color: rgb(20,89,132); }

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

border-color css

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

 span { border-color: rgb(20,89,132); }

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