Html Css Color HEX #145584 Bahama Blue

📋 copy color: '#145584'

red 20 ◦ green 85 ◦ blue 132

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

Shades of Bahama Blue #145584

Tints of Bahama Blue #145584

RGB

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

 GREEN value IS 85 (33.59% from 255) = 35.86%

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

R = 8.44%
G = 35.86%
B = 55.7%

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

#145584 (or 0x145584) is known color: Bahama Blue. HEX triplet: 14, 55 and 84. RGB value is (20,85,132). Sum of RGB (Red+Green+Blue) = 20+85+132=237 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.44% from 237); Green value is 85 (33.59% from 255 or 35.86% from 237); Blue value is 132 (51.95% from 255 or 55.70% from 237); Max value from RGB is 132 - color contains mainly: blue. Hex color #145584 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145584 is #EBAA7B. Grayscale: #464646. Windows color (decimal): -15444604 or 8672532. OLE color: 8672532.

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

Color convert

RGB 20 85 132 -
CMYK 0.85 0.36 0 0.48
HSL 205.18º 0.74% 0.3% -
HSV(B) 205.18º 0.85% 0.52% -
XYZ 7.7 8.31 23.03 -
YUV 70.92 162.47 91.68 -
System Red Green Blue C M Y K H S L
Decimal 20 85 132 0.85 0.36 0 0.48 205.18 0.74 0.3
Hex 14 55 84 55 24 0 30 CD 4A 1E
Octal 24 125 204 125 44 0 60 315 112 36
Binary 10100 1010101 10000100 1010101 100100 0 110000 11001101 1001010 11110

Color Harmonies of #145584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145584

Black with #145584

Text Example


Text Example

White with #145584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145584; }

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

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

background-color css

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

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

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

border-color css

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

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

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