Html Css Color HEX #145983 Bahama Blue

📋 copy color: '#145983'

red 20 ◦ green 89 ◦ blue 131

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

Shades of Bahama Blue #145983

Tints of Bahama Blue #145983

RGB

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

 GREEN value IS 89 (35.16% from 255) = 37.08%

 BLUE value IS 131 (51.56% from 255) = 54.58%

R = 8.33%
G = 37.08%
B = 54.58%

CMYK

 C value IS 0.85

 M value IS 0.32

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#145983 (or 0x145983) is known color: Bahama Blue. HEX triplet: 14, 59 and 83. RGB value is (20,89,131). Sum of RGB (Red+Green+Blue) = 20+89+131=240 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.33% from 240); Green value is 89 (35.16% from 255 or 37.08% from 240); Blue value is 131 (51.56% from 255 or 54.58% from 240); Max value from RGB is 131 - color contains mainly: blue. Hex color #145983 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145983 is #EBA67C. Grayscale: #484848. Windows color (decimal): -15443581 or 8608020. OLE color: 8608020.

HSL color Cylindrical-coordinate representation of color #145983: hue angle of 202.7º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #145983 is Cyan = 0.85, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 20 89 131 -
CMYK 0.85 0.32 0 0.49
HSL 202.7º 0.74% 0.3% -
HSV(B) 202.7º 0.85% 0.51% -
XYZ 7.96 8.93 22.78 -
YUV 73.16 160.64 90.08 -
System Red Green Blue C M Y K H S L
Decimal 20 89 131 0.85 0.32 0 0.49 202.7 0.74 0.3
Hex 14 59 83 55 20 0 31 CB 4A 1E
Octal 24 131 203 125 40 0 61 313 112 36
Binary 10100 1011001 10000011 1010101 100000 0 110001 11001011 1001010 11110

Color Harmonies of #145983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145983

Black with #145983

Text Example


Text Example

White with #145983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145983; }

 p { color: rgb(20,89,131); }

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

background-color css

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

 a { background-color: rgb(20,89,131); }

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

border-color css

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

 span { border-color: rgb(20,89,131); }

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