Html Css Color HEX #145484 Bahama Blue

📋 copy color: '#145484'

red 20 ◦ green 84 ◦ blue 132

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

Shades of Bahama Blue #145484

Tints of Bahama Blue #145484

RGB

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

 GREEN value IS 84 (33.2% from 255) = 35.59%

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

R = 8.47%
G = 35.59%
B = 55.93%

CMYK

 C value IS 0.85

 M value IS 0.36

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#145484 (or 0x145484) is known color: Bahama Blue. HEX triplet: 14, 54 and 84. RGB value is (20,84,132). Sum of RGB (Red+Green+Blue) = 20+84+132=236 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.47% from 236); Green value is 84 (33.20% from 255 or 35.59% from 236); Blue value is 132 (51.95% from 255 or 55.93% from 236); Max value from RGB is 132 - color contains mainly: blue. Hex color #145484 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145484 is #EBAB7B. Grayscale: #464646. Windows color (decimal): -15444860 or 8672276. OLE color: 8672276.

HSL color Cylindrical-coordinate representation of color #145484: hue angle of 205.71º 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 #145484 is Cyan = 0.85, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 20 84 132 -
CMYK 0.85 0.36 0 0.48
HSL 205.71º 0.74% 0.3% -
HSV(B) 205.71º 0.85% 0.52% -
XYZ 7.62 8.16 23 -
YUV 70.34 162.8 92.1 -
System Red Green Blue C M Y K H S L
Decimal 20 84 132 0.85 0.36 0 0.48 205.71 0.74 0.3
Hex 14 54 84 55 24 0 30 CE 4A 1E
Octal 24 124 204 125 44 0 60 316 112 36
Binary 10100 1010100 10000100 1010101 100100 0 110000 11001110 1001010 11110

Color Harmonies of #145484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145484

Black with #145484

Text Example


Text Example

White with #145484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145484; }

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

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

background-color css

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

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

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

border-color css

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

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

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