Html Css Color HEX #145A8A Bahama Blue

📋 copy color: '#145A8A'

red 20 ◦ green 90 ◦ blue 138

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

Shades of Bahama Blue #145A8A

Tints of Bahama Blue #145A8A

RGB

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

 GREEN value IS 90 (35.55% from 255) = 36.29%

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

R = 8.06%
G = 36.29%
B = 55.65%

CMYK

 C value IS 0.86

 M value IS 0.35

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#145A8A (or 0x145A8A) is known color: Bahama Blue. HEX triplet: 14, 5A and 8A. RGB value is (20,90,138). Sum of RGB (Red+Green+Blue) = 20+90+138=248 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.06% from 248); Green value is 90 (35.55% from 255 or 36.29% from 248); Blue value is 138 (54.30% from 255 or 55.65% from 248); Max value from RGB is 138 - color contains mainly: blue. Hex color #145A8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145A8A is #EBA575. Grayscale: #4A4A4A. Windows color (decimal): -15443318 or 9067028. OLE color: 9067028.

HSL color Cylindrical-coordinate representation of color #145A8A: hue angle of 204.41º 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 #145A8A is Cyan = 0.86, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 20 90 138 -
CMYK 0.86 0.35 0 0.46
HSL 204.41º 0.75% 0.31% -
HSV(B) 204.41º 0.86% 0.54% -
XYZ 8.53 9.3 25.39 -
YUV 74.54 163.81 89.1 -
System Red Green Blue C M Y K H S L
Decimal 20 90 138 0.86 0.35 0 0.46 204.41 0.75 0.31
Hex 14 5A 8A 56 23 0 2E CC 4B 1F
Octal 24 132 212 126 43 0 56 314 113 37
Binary 10100 1011010 10001010 1010110 100011 0 101110 11001100 1001011 11111

Color Harmonies of #145A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145A8A

Black with #145A8A

Text Example


Text Example

White with #145A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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