Html Css Color HEX #145B88 Bahama Blue

📋 copy color: '#145B88'

red 20 ◦ green 91 ◦ blue 136

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

Shades of Bahama Blue #145B88

Tints of Bahama Blue #145B88

RGB

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

 GREEN value IS 91 (35.94% from 255) = 36.84%

 BLUE value IS 136 (53.52% from 255) = 55.06%

R = 8.1%
G = 36.84%
B = 55.06%

CMYK

 C value IS 0.85

 M value IS 0.33

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#145B88 (or 0x145B88) is known color: Bahama Blue. HEX triplet: 14, 5B and 88. RGB value is (20,91,136). Sum of RGB (Red+Green+Blue) = 20+91+136=247 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.10% from 247); Green value is 91 (35.94% from 255 or 36.84% from 247); Blue value is 136 (53.52% from 255 or 55.06% from 247); Max value from RGB is 136 - color contains mainly: blue. Hex color #145B88 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145B88 is #EBA477. Grayscale: #4A4A4A. Windows color (decimal): -15443064 or 8936212. OLE color: 8936212.

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

Color convert

RGB 20 91 136 -
CMYK 0.85 0.33 0 0.47
HSL 203.28º 0.74% 0.31% -
HSV(B) 203.28º 0.85% 0.53% -
XYZ 8.47 9.41 24.66 -
YUV 74.9 162.48 88.84 -
System Red Green Blue C M Y K H S L
Decimal 20 91 136 0.85 0.33 0 0.47 203.28 0.74 0.31
Hex 14 5B 88 55 21 0 2F CB 4A 1F
Octal 24 133 210 125 41 0 57 313 112 37
Binary 10100 1011011 10001000 1010101 100001 0 101111 11001011 1001010 11111

Color Harmonies of #145B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145B88

Black with #145B88

Text Example


Text Example

White with #145B88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145B88; }

 p { color: rgb(20,91,136); }

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

background-color css

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

 a { background-color: rgb(20,91,136); }

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

border-color css

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

 span { border-color: rgb(20,91,136); }

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