Html Css Color HEX #145586 Bahama Blue

📋 copy color: '#145586'

red 20 ◦ green 85 ◦ blue 134

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

Shades of Bahama Blue #145586

Tints of Bahama Blue #145586

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 56.07%

R = 8.37%
G = 35.56%
B = 56.07%

CMYK

 C value IS 0.85

 M value IS 0.37

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#145586 (or 0x145586) is known color: Bahama Blue. HEX triplet: 14, 55 and 86. RGB value is (20,85,134). Sum of RGB (Red+Green+Blue) = 20+85+134=239 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.37% from 239); Green value is 85 (33.59% from 255 or 35.56% from 239); Blue value is 134 (52.73% from 255 or 56.07% from 239); Max value from RGB is 134 - color contains mainly: blue. Hex color #145586 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145586 is #EBAA79. Grayscale: #464646. Windows color (decimal): -15444602 or 8803604. OLE color: 8803604.

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

Color convert

RGB 20 85 134 -
CMYK 0.85 0.37 0 0.47
HSL 205.79º 0.74% 0.3% -
HSV(B) 205.79º 0.85% 0.53% -
XYZ 7.84 8.37 23.76 -
YUV 71.15 163.47 91.52 -
System Red Green Blue C M Y K H S L
Decimal 20 85 134 0.85 0.37 0 0.47 205.79 0.74 0.3
Hex 14 55 86 55 25 0 2F CE 4A 1E
Octal 24 125 206 125 45 0 57 316 112 36
Binary 10100 1010101 10000110 1010101 100101 0 101111 11001110 1001010 11110

Color Harmonies of #145586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145586

Black with #145586

Text Example


Text Example

White with #145586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145586; }

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

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

background-color css

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

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

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

border-color css

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

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

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