Html Css Color HEX #145E8C Bahama Blue

📋 copy color: '#145E8C'

red 20 ◦ green 94 ◦ blue 140

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

Shades of Bahama Blue #145E8C

Tints of Bahama Blue #145E8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 55.12%

R = 7.87%
G = 37.01%
B = 55.12%

CMYK

 C value IS 0.86

 M value IS 0.33

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#145E8C (or 0x145E8C) is known color: Bahama Blue. HEX triplet: 14, 5E and 8C. RGB value is (20,94,140). Sum of RGB (Red+Green+Blue) = 20+94+140=254 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.87% from 254); Green value is 94 (37.11% from 255 or 37.01% from 254); Blue value is 140 (55.08% from 255 or 55.12% from 254); Max value from RGB is 140 - color contains mainly: blue. Hex color #145E8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145E8C is #EBA173. Grayscale: #4C4C4C. Windows color (decimal): -15442292 or 9199124. OLE color: 9199124.

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

Color convert

RGB 20 94 140 -
CMYK 0.86 0.33 0 0.45
HSL 203º 0.75% 0.31% -
HSV(B) 203º 0.86% 0.55% -
XYZ 9.02 10.05 26.27 -
YUV 77.12 163.48 87.26 -
System Red Green Blue C M Y K H S L
Decimal 20 94 140 0.86 0.33 0 0.45 203 0.75 0.31
Hex 14 5E 8C 56 21 0 2D CB 4B 1F
Octal 24 136 214 126 41 0 55 313 113 37
Binary 10100 1011110 10001100 1010110 100001 0 101101 11001011 1001011 11111

Color Harmonies of #145E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145E8C

Black with #145E8C

Text Example


Text Example

White with #145E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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