Html Css Color HEX #145D81 Bahama Blue

📋 copy color: '#145D81'

red 20 ◦ green 93 ◦ blue 129

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

Shades of Bahama Blue #145D81

Tints of Bahama Blue #145D81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 53.31%

R = 8.26%
G = 38.43%
B = 53.31%

CMYK

 C value IS 0.84

 M value IS 0.28

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#145D81 (or 0x145D81) is known color: Bahama Blue. HEX triplet: 14, 5D and 81. RGB value is (20,93,129). Sum of RGB (Red+Green+Blue) = 20+93+129=242 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.26% from 242); Green value is 93 (36.72% from 255 or 38.43% from 242); Blue value is 129 (50.78% from 255 or 53.31% from 242); Max value from RGB is 129 - color contains mainly: blue. Hex color #145D81 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145D81 is #EBA27E. Grayscale: #4B4B4B. Windows color (decimal): -15442559 or 8477972. OLE color: 8477972.

HSL color Cylindrical-coordinate representation of color #145D81: hue angle of 199.82º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #145D81 is Cyan = 0.84, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 20 93 129 -
CMYK 0.84 0.28 0 0.49
HSL 199.82º 0.73% 0.29% -
HSV(B) 199.82º 0.84% 0.51% -
XYZ 8.17 9.56 22.18 -
YUV 75.28 158.32 88.57 -
System Red Green Blue C M Y K H S L
Decimal 20 93 129 0.84 0.28 0 0.49 199.82 0.73 0.29
Hex 14 5D 81 54 1C 0 31 C8 49 1D
Octal 24 135 201 124 34 0 61 310 111 35
Binary 10100 1011101 10000001 1010100 11100 0 110001 11001000 1001001 11101

Color Harmonies of #145D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145D81

Black with #145D81

Text Example


Text Example

White with #145D81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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