Html Css Color HEX #145886 Bahama Blue

📋 copy color: '#145886'

red 20 ◦ green 88 ◦ blue 134

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

Shades of Bahama Blue #145886

Tints of Bahama Blue #145886

RGB

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

 GREEN value IS 88 (34.77% from 255) = 36.36%

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

R = 8.26%
G = 36.36%
B = 55.37%

CMYK

 C value IS 0.85

 M value IS 0.34

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#145886 (or 0x145886) is known color: Bahama Blue. HEX triplet: 14, 58 and 86. RGB value is (20,88,134). Sum of RGB (Red+Green+Blue) = 20+88+134=242 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.26% from 242); Green value is 88 (34.77% from 255 or 36.36% from 242); Blue value is 134 (52.73% from 255 or 55.37% from 242); Max value from RGB is 134 - color contains mainly: blue. Hex color #145886 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145886 is #EBA779. Grayscale: #484848. Windows color (decimal): -15443834 or 8804372. OLE color: 8804372.

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

Color convert

RGB 20 88 134 -
CMYK 0.85 0.34 0 0.47
HSL 204.21º 0.74% 0.3% -
HSV(B) 204.21º 0.85% 0.53% -
XYZ 8.08 8.85 23.84 -
YUV 72.91 162.47 90.26 -
System Red Green Blue C M Y K H S L
Decimal 20 88 134 0.85 0.34 0 0.47 204.21 0.74 0.3
Hex 14 58 86 55 22 0 2F CC 4A 1E
Octal 24 130 206 125 42 0 57 314 112 36
Binary 10100 1011000 10000110 1010101 100010 0 101111 11001100 1001010 11110

Color Harmonies of #145886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145886

Black with #145886

Text Example


Text Example

White with #145886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145886; }

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

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

background-color css

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

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

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

border-color css

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

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

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