Html Css Color HEX #145685 Bahama Blue

📋 copy color: '#145685'

red 20 ◦ green 86 ◦ blue 133

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

Shades of Bahama Blue #145685

Tints of Bahama Blue #145685

RGB

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

 GREEN value IS 86 (33.98% from 255) = 35.98%

 BLUE value IS 133 (52.34% from 255) = 55.65%

R = 8.37%
G = 35.98%
B = 55.65%

CMYK

 C value IS 0.85

 M value IS 0.35

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#145685 (or 0x145685) is known color: Bahama Blue. HEX triplet: 14, 56 and 85. RGB value is (20,86,133). Sum of RGB (Red+Green+Blue) = 20+86+133=239 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.37% from 239); Green value is 86 (33.98% from 255 or 35.98% from 239); Blue value is 133 (52.34% from 255 or 55.65% from 239); Max value from RGB is 133 - color contains mainly: blue. Hex color #145685 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145685 is #EBA97A. Grayscale: #474747. Windows color (decimal): -15444347 or 8738324. OLE color: 8738324.

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

Color convert

RGB 20 86 133 -
CMYK 0.85 0.35 0 0.48
HSL 204.96º 0.74% 0.3% -
HSV(B) 204.96º 0.85% 0.52% -
XYZ 7.85 8.5 23.42 -
YUV 71.62 162.63 91.18 -
System Red Green Blue C M Y K H S L
Decimal 20 86 133 0.85 0.35 0 0.48 204.96 0.74 0.3
Hex 14 56 85 55 23 0 30 CD 4A 1E
Octal 24 126 205 125 43 0 60 315 112 36
Binary 10100 1010110 10000101 1010101 100011 0 110000 11001101 1001010 11110

Color Harmonies of #145685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145685

Black with #145685

Text Example


Text Example

White with #145685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145685; }

 p { color: rgb(20,86,133); }

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

background-color css

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

 a { background-color: rgb(20,86,133); }

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

border-color css

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

 span { border-color: rgb(20,86,133); }

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