Html Css Color HEX #145D8A Bahama Blue

📋 copy color: '#145D8A'

red 20 ◦ green 93 ◦ blue 138

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

Shades of Bahama Blue #145D8A

Tints of Bahama Blue #145D8A

RGB

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

 GREEN value IS 93 (36.72% from 255) = 37.05%

 BLUE value IS 138 (54.3% from 255) = 54.98%

R = 7.97%
G = 37.05%
B = 54.98%

CMYK

 C value IS 0.86

 M value IS 0.33

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#145D8A (or 0x145D8A) is known color: Bahama Blue. HEX triplet: 14, 5D and 8A. RGB value is (20,93,138). Sum of RGB (Red+Green+Blue) = 20+93+138=251 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.97% from 251); Green value is 93 (36.72% from 255 or 37.05% from 251); Blue value is 138 (54.30% from 255 or 54.98% from 251); Max value from RGB is 138 - color contains mainly: blue. Hex color #145D8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145D8A is #EBA275. Grayscale: #4C4C4C. Windows color (decimal): -15442550 or 9067796. OLE color: 9067796.

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

Color convert

RGB 20 93 138 -
CMYK 0.86 0.33 0 0.46
HSL 202.88º 0.75% 0.31% -
HSV(B) 202.88º 0.86% 0.54% -
XYZ 8.79 9.81 25.48 -
YUV 76.3 162.82 87.84 -
System Red Green Blue C M Y K H S L
Decimal 20 93 138 0.86 0.33 0 0.46 202.88 0.75 0.31
Hex 14 5D 8A 56 21 0 2E CB 4B 1F
Octal 24 135 212 126 41 0 56 313 113 37
Binary 10100 1011101 10001010 1010110 100001 0 101110 11001011 1001011 11111

Color Harmonies of #145D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145D8A

Black with #145D8A

Text Example


Text Example

White with #145D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,93,138); }

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

background-color css

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

 a { background-color: rgb(20,93,138); }

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

border-color css

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

 span { border-color: rgb(20,93,138); }

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