Html Css Color HEX #145E83 Bahama Blue

📋 copy color: '#145E83'

red 20 ◦ green 94 ◦ blue 131

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

Shades of Bahama Blue #145E83

Tints of Bahama Blue #145E83

RGB

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

 GREEN value IS 94 (37.11% from 255) = 38.37%

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

R = 8.16%
G = 38.37%
B = 53.47%

CMYK

 C value IS 0.85

 M value IS 0.28

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#145E83 (or 0x145E83) is known color: Bahama Blue. HEX triplet: 14, 5E and 83. RGB value is (20,94,131). Sum of RGB (Red+Green+Blue) = 20+94+131=245 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.16% from 245); Green value is 94 (37.11% from 255 or 38.37% from 245); Blue value is 131 (51.56% from 255 or 53.47% from 245); Max value from RGB is 131 - color contains mainly: blue. Hex color #145E83 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145E83 is #EBA17C. Grayscale: #4B4B4B. Windows color (decimal): -15442301 or 8609300. OLE color: 8609300.

HSL color Cylindrical-coordinate representation of color #145E83: hue angle of 200º 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 #145E83 is Cyan = 0.85, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 20 94 131 -
CMYK 0.85 0.28 0 0.49
HSL 200º 0.74% 0.3% -
HSV(B) 200º 0.85% 0.51% -
XYZ 8.39 9.79 22.92 -
YUV 76.09 158.98 87.99 -
System Red Green Blue C M Y K H S L
Decimal 20 94 131 0.85 0.28 0 0.49 200 0.74 0.3
Hex 14 5E 83 55 1C 0 31 C8 4A 1E
Octal 24 136 203 125 34 0 61 310 112 36
Binary 10100 1011110 10000011 1010101 11100 0 110001 11001000 1001010 11110

Color Harmonies of #145E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145E83

Black with #145E83

Text Example


Text Example

White with #145E83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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