Html Css Color HEX #145B8C Bahama Blue

📋 copy color: '#145B8C'

red 20 ◦ green 91 ◦ blue 140

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

Shades of Bahama Blue #145B8C

Tints of Bahama Blue #145B8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 55.78%

R = 7.97%
G = 36.25%
B = 55.78%

CMYK

 C value IS 0.86

 M value IS 0.35

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#145B8C (or 0x145B8C) is known color: Bahama Blue. HEX triplet: 14, 5B and 8C. RGB value is (20,91,140). Sum of RGB (Red+Green+Blue) = 20+91+140=251 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.97% from 251); Green value is 91 (35.94% from 255 or 36.25% from 251); Blue value is 140 (55.08% from 255 or 55.78% from 251); Max value from RGB is 140 - color contains mainly: blue. Hex color #145B8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145B8C is #EBA473. Grayscale: #4B4B4B. Windows color (decimal): -15443060 or 9198356. OLE color: 9198356.

HSL color Cylindrical-coordinate representation of color #145B8C: hue angle of 204.5º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #145B8C is Cyan = 0.86, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 20 91 140 -
CMYK 0.86 0.35 0 0.45
HSL 204.5º 0.75% 0.31% -
HSV(B) 204.5º 0.86% 0.55% -
XYZ 8.76 9.52 26.19 -
YUV 75.36 164.48 88.52 -
System Red Green Blue C M Y K H S L
Decimal 20 91 140 0.86 0.35 0 0.45 204.5 0.75 0.31
Hex 14 5B 8C 56 23 0 2D CC 4B 1F
Octal 24 133 214 126 43 0 55 314 113 37
Binary 10100 1011011 10001100 1010110 100011 0 101101 11001100 1001011 11111

Color Harmonies of #145B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145B8C

Black with #145B8C

Text Example


Text Example

White with #145B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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